body {
    margin: 0;
    padding: 0;
}

.page {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: #000;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

}

#contenitore {

    padding: 50px;
}

h1 {
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

h2 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

p, a {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}


a:hover {
    color: aqua;
}

#img {
    display: flex;
    justify-content: center;
}