/**
 * Style of site header template-part
 */

#site_header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 1;
}
.div_header {
    padding: 1rem;
}