.burgerStyle {
    display: none;
    position: absolute;
    background: rgb(251, 251, 252);
    left: 0px;
    height: cover;
    width: 100%;
    top: 180px;
    /* z-index: 3; */
}

#burgerMenu ul{
    margin: 0px 10px;
    padding: 0px 40px;
    /* border: 2px solid rebeccapurple; */
}

