html,
body {
    font-family: 'Poppins', sans-serif;
    background-color: #F04E98;
    color: white;
    height: 100%;
    padding: 0;
    margin: 10px;
    font-size: 14px;
    font-weight: 300;
    ;
}

#main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    flex-direction: column;
}

.container_confidentiality {
    display: block;
    text-align: left;
    margin-left: 2vw;
    margin-right: 2vw;
    padding-bottom: 50px;

    .content {
        margin-left: 8vw;
        margin-right: 8vw;
    }

}

.logo img {
    width: 60vw;
    height: auto;
    margin-bottom: 20px;
}



h1 {
    font-size: 65px;
    font-weight: 100;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
}


h3 {
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
}

h5 {
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
}

.last-update {
    font-size: 20px;
    font-weight: 100;
    text-transform: none;
}



@media screen and (max-width: 640px) {

    html,
    body {
        font-size: 12px;
    }

    .last-update {
        font-size: 15px;

    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 24px;
    }


    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }
}