body{
  
    margin: 0;
    padding: 0;  
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .top__group--menu a {
    display: block;
    color: rgb(135, 155, 229);
    padding: 5px;
    margin: 5px;
    font-weight: 500px;
    letter-spacing: 0.2px;
    text-decoration: none;
    position: fixed;
    top: 20px;
    right: 45%;
    z-index: 1000;
    
  }  
  
  div {    
  color: black;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  border-bottom: 3px;
  border-radius: 5px;  
  box-shadow: 0 0 15px rgba(34, 34, 34, 0.8);
  /* gap:15px; */
  padding: 10px;
  margin: 20px;
  
}

#wraps{
  background-color: rgb(230, 251, 244);
  justify-content: space-around;
}

.wrap {
  flex-basis: 200px; height: 120px;
  align-items: center;  
  padding: 5px;
  margin: 15px;
  background-color: rgb(125, 125, 113) opacity 70%;
  border-bottom: 3px;
  border-radius: 5px;
  text-align: center;
  /* gap:15px; */
  
}

h2{
  text-align:center
}

.top__group--menu{
  padding: 20px;
  margin: 15px;
}

a{
  box-shadow: 5px 5px 5px #141414;
}

@media(max-width: 360px){
  .top__group--menu{
    font-size:12px;
  }
}

@media(max-width: 480px){
  .top__group--menu a {
    font-size:12px;
    right: 25%;
  }
  .body_h3{
    font-size: 16px;
  }
}
@media(min-width: 481px){
  .top__group--menu a{    
    right: 25%;
  }
}