*{
    margin: 0;
    padding: 0;
}

.hero-name h1{
 text-align: center;
 margin-top: 25px;
 font-size: 52px;
 align-items: center;
 text-transform: uppercase;
}
.hero-name h2{
    text-align: center;
    margin-top: 28PX;
    text-decoration: none;
   
    list-style-type: none;
}
.hero-name h2 a{
    text-decoration: none;
    list-style: none;
    color: black;
}
.container-wrapper{
    width: 100%;
 }

.menu-item li{
    display: flex;
   
    flex-direction: column;
    font-size: 24px;
    gap: 10px;
    margin-left: 5%;
}
.side-bar ul a {
    text-decoration: none;
    list-style: none;
    color: black;
}
  
.menu-item {

overflow-y: auto;
height: 270px;
width: 200px;
overflow-x: hidden;


 
}

