@import url('/public/home/home.css');

:root{
    --sideLeft: 0%;
    --sideRight: 0%;
}

header:not(.mobile header) {
    padding-left: 5% !important;
    padding-right: calc(5% + 1rem) !important;
    transition: all 0.5s ease-in-out;
}

body:not(.mobile) header.hidden {
    top: calc(-1 * var(--header))!important;
}

main {
    overflow-y: unset;
}