.nav{
    width:1300px;
    height:200px;
    background-color: antiquewhite;
}

.nav-menu-block{
    width:1200px;
    height:100px;
    background-color: rgb(236, 136, 73);
}


.menu-item{
    color:black;
    font-size: 20px;
    text-decoration: none;
  
}