
html, body{
    overflow-x: hidden;

}
body{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
#layout-nav{
    box-shadow: 0 -20px 0px rgb(var(--primary-color));
    // border-top: 20px solid red;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#layout-footer{
    a:not([class*=btn]){
        text-decoration: underline;
        text-decoration-color: rgb(var(--primary-color));
    }
}

@media (max-width: 450px) {
    .myblock_wrapper___ {
        // border: 10px solid red;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}




@media (min-width: 768px){
}
