html {
    background: rgb(63,228,251);
    background: radial-gradient(circle, rgba(63,228,251,1) 0%, rgba(0,121,167,1) 84%);

    font-family: 'Lexend Deca', sans-serif;
    font-kerning: none;
    color: rgb(246, 255, 247);
}

.center-container {
    display: flex;
    height: 100%;

    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 3.5rem;
}