html {}

body {
    width: 1200px;
    height: 1000px;
    margin-top: 6vh;
    margin-left: auto;
    margin-right: auto;
    font-family: Calibri, Candara, sans-serif;
}


a {
    color: white;
    text-decoration: underline;
}

h1 {
    color: white;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 0;
}

.cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    width: 420px;
    height: 177px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -80%);
}

.contatti {
    position: relative;
}

.contatti p {
    font-size: 20px;
    color: white;
    text-align: center;
    margin-bottom: 0;
}

.background-image {
    width: 100%;
    height: 80%;
    position: relative;
}

.costruzione {
    height: 195px;
    width: 100%;
    background-color: #E30613;
    position: relative;
    padding-top: 30px;
}

.costruzione h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    color: #474d55;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -60%);
}