@import "default.css";
.site-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: right;
    background-color: rgba(0, 10, 0, 1);
}
.container {
    height: 92vh;
    margin: 5px;
    overflow-y: scroll;
}
@media screen and (orientation: portrait) {
    .container {
        height: 86vh;
        padding-bottom: 9vh;
    }
    .site-footer {
        font-size: 7vh;
    }
}
@media screen and (orientation: landscape) {
    .container {
        height: 90vh;
        padding-bottom: 7vh;
    }
    .site-footer {
        font-size: 5vh;
    }
}
