html {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
::-webkit-scrollbar { 
    display: none;
}
footer{
    padding-top: 50vh;
    display: flex;
    justify-content: center;
}
#spinner {
    padding: 100px;
    width: 100px;
    height: 100px;
}
.card img {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#logo {
    margin: 40vh auto;
    display: block;
    height: 20vh;
    width: auto;
}

#jump {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.container {
    margin-bottom: 50vh;
}
fieldset {
    margin: 0 .5em .5em;
}