body {
    margin: 0!important;
    padding: 0!important;
    overflow-x: hidden;
    overflow-y: auto;
}
main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    flex-direction: column;
    h1 {
        font-size: 60px;
        margin: 0;
    }
    span {
        max-width: 500px;
        line-height: 120%;
        text-align: center;
        font-size: x-large;
        a {
            text-decoration: none;
            &:hover {
                text-decoration: underline;
            }
        }
    }
}