nav{
    background-color: #7C1717;
    position: relative;
}
#mobile-navbar-menu img{
    width: 100%;
}
#mobile-navbar-menu li:first-child{
    padding: 2rem 0;
}
.brand-logo img{
    height: 90%;
    margin-top: 5%;
    margin-left: 24%;
}
nav li:first-child a:hover{
    background-color: transparent;
}