body, html {
    height: 100%;
    color: white;

    font-family: 'Poppins';
    margin: 0;
}

.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1vh;
}

.logo {
    margin-top: -2vh;
    margin-left: -11px;
    height: 4%;
}

h1 {
    font-size: 3vh;
    font-weight: 300;
    margin: 0 auto;
    line-height: 0;
}
