body,
html {
    font-family: Arial, sans-serif;
    color: #222;
    background: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    box-sizing: border-box;
}

body {
    background-image: url('https://storage.googleapis.com/img_meltemi/SITI/micrositi/prezzobravo/background.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    padding: 50px;

}

.container {
    max-width: 800px;
    padding: 40px 40px;
    text-align: justify;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 5px white;
    margin: 0 auto;
}

.img-container {
    width: 100%;
    text-align: center;
}

img {
    height: 250px;
}

h1,
h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
}

h2 {
    text-align: left !important;
    font-size: 1.4rem;
}

h3 {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 40px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 16px;
}

ul {
    margin: 0 0 16px 20px;
}
