html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
}

#main-header.scroll-hide {
    transform: translateY(-100%);
}

#main-header.scroll-show {
    transform: translateY(0);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.text-justify {
    text-align: justify;
}