.top-add-container {
  width: 100%;
  height: 100px;
  margin: 20px 0px;
  margin-bottom: 10px;
}
.body-add-container {
  width: 100%;
  height: auto;
  margin: 20px 0px;
  margin-bottom: 10px;
}
.test-menu{
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 16px 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-top:50px;
}
.sub-description{
    font-size:14px;
    font-weight:400;
     display:flex;
    align-Items:center;
}

.bottom-description{
    font-size:12px;
    font-weight:400;
    color:grey;
    display:flex;
    align-Items:center;
}
.center-container{
    height:90vh;
    overflow-y:scroll;
}
.center-container::webkit-scrollbar{
    width:0px;
    width:none;
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
   .center-container{
    height:unset;
    overflow-y:unset;
} 
.test-menu{
    display:none;
}
}

