#body{
    min-height: calc(100vh - 350px);
}

#page-aside{
    width: 270px;
}
#page-main{
    width: calc(100% - 270px - var(--padding));
}

@media all and (max-width: 860px) {
    #page-aside{
        width: 240px;
    }
    #page-main{
        width: calc(100% - 240px - var(--padding));
    }
}











.lineunder{
    text-align: center;
    color: var(--hClr);
    background: url(../img/voiceline2.webp) bottom center no-repeat;
    background-size: 150px auto;
    padding-bottom: 13px;
    margin-bottom: 30px;
}
.lineunder a{
    color: var(--hClr);
}











