
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .centered-content {
    text-align: center;
} */

/* .centered-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
} */

/* .centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
} */

.centered-content p {
    font-family: Frutiger; font-size: 34px; font-style: normal;text-align:center; font-weight: 700
}

.centered-content .text {
    font-family: Lato; font-size: 18px; font-style: normal;font-weight: 100; text-align: center;
}