footer{
    display: none;
}

#chosen-subjects-bottom{
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: var(--primary-light);
}

#material-area {
    margin-bottom: 100px !important;
}
@media (max-width: 1300px){
    #material-area {
        margin-bottom: 250px!important;
        /*background-color: yellow;*/
    }
}

#chosen-subjects-bottom div{
    padding: 1rem;
}

.list-statement{
    display: none;
}