@media(max-width: 576px){
  .list-menu{
    position: fixed;
    flex-direction: column;
    top: 10%;
    right: -100%;
    padding: 40px 60px;
    background-color: antiquewhite;
    border-radius: 10px;
  }
  .main-content{

}
}