html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin-bottom: 60px;
}

#carousel img {
    max-height: 70vh;
    aspect-ratio: 16/9;
}

#registerForm, #account, #forgotPW, #resendConf {
    width: 40vw;
    margin: 0 auto
}

#paymentConfirm {
    width: 70vw;
    margin: 0 auto
}

@media screen and (max-width: 480px) {
    #registerForm, #account, #forgotPW, #resendConf {
        width: 95vw;
        margin: 0 auto
    }
}