.mobilenav{
    display: none;
    background-color: black;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.ulmobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
@media(max-width: 768px){
    .mobilenav{
        display:block;
    background-color: black;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.ulmobile{
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    align-items: center;
    list-style: none;
}
.ulmobile li {
    color: white;
    
}
}
@media(max-width: 375px){
    body{
        overflow-x: hidden;
        margin: 0 auto;
        padding: 0 ;
    }
        .mobilenav{
            overflow-x: hidden;
        display:block;
    background-color: black;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.ulmobile{
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    align-items: center;
    list-style: none;
}
.ulmobile li {
    color: white;
    
}
}