@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
body, html {
    font-family: "Lexend";
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}


.page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}
.page img {
    max-width: 560px;
}
.page h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
}

@media(max-width: 767px) {
    .page img {max-width: 100%;}
}
