.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hidden {
    display: none !important;
}
html {
    scroll-behavior: smooth;
    scroll-padding-bottom: 30vh;
}