body {
    background-image: url(./img/porsche-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    font-family: adobe-caslon-pro, serif;
    font-weight: 600;
    font-style: normal;
    background-color: #054b26;
    background-position: center;
}
h1 {
    width: 400px;
    text-align: center;
    border-bottom: 0.5px solid #ffffff;
    line-height: 0em;
    margin: 50px 0 55vh;
    font-variant: small-caps;
}

h1 span {
    background:#054b26;
    padding:0 15px;
    font-family: 'Red Rose', cursive;
    letter-spacing: 2px;
}

a {
    text-decoration: none;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25vh;
}
.contattaci {
    color: #ffffff;
    width: 140px;
    height: 30px;
    border: 1px solid #ffffff;
    padding: 10px 25px 0;
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
    cursor: pointer;
}
.contattaci:hover {
    background-color: #ffffff;
    color: #054b26;
}

@media screen and (max-width: 756px) {
    body{
        overflow-y: hidden;
    }
    h1 {
        width: 100%;
    }

}