.highlight-notice {
    background-color: #b11909;
    color: #f2f2f2;
    padding: 20px;
    margin-bottom: 0;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.highlight-notice::before {
    content: '\1F384';
    font-size: 30px;
    margin-right: 10px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
header#header{
    margin-top:65px
}
@media(max-width: 2100px){
    header#header{
        margin-top:85px
    }
}
@media(max-width: 1042px){
    header#header{
        margin-top:105px
    }
}
@media(max-width: 712px){
    header#header{
        margin-top:125px
    }
}
@media(max-width: 549px){
    header#header{
        margin-top:145px
    }
}
@media(max-width: 460px){
    header#header{
        margin-top:165px
    }
}
@media(max-width: 387px){
    header#header{
        margin-top:185px
    }
}
@media(max-width: 369px){
    header#header{
        margin-top:205px
    }
    .fixed-top{
        font-size: 15px;
    }
}
@media(max-width: 342px){
    header#header{
        margin-top:225px
    }
    .fixed-top{
        font-size: 15px;
    }
}
