#third-page {
    height: 100vh;
    background-color: #16A2DC;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#textbig {
    height: fit-content;
    font-size: 7em;
    color: white;
    font-weight: 900;
}