body{
  background: #e6e6ee;
  margin: 0;
}
.parent {
  min-height: calc(100vh - 68px);
  /* min-height: 100vh; */
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #e6e6ee;
  width:100%;
  flex-direction: column;
}

.section {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  transition: 1s all;
  justify-content: center;
}

.item {
  width: 20.5%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
  rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
padding: 10px;
margin: 15px;
border-radius: 20px;
font-family: apercu;
cursor: pointer;
transition: 0.4s all;
/* min-height: 120px; */

/* box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important; */
    background-clip: border-box;
    border: .0625rem solid rgba(243, 247, 250, .05);
    border-radius: .55rem;
   text-decoration: none;
   color: black;

    /* box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff !important; */

}



.image-frame{
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .55rem !important;
  /* box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff !important; */
  background-color: #e6e7ee !important;

  /* box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important; */

}



@media (max-width: 726px) {
  .item {
    width: 30%;
    margin: 10px;
  }
  .section{
    width:100%
  }
 
}
@media (max-width: 320px) {
  .item {
    width: 50%;
    margin: 10px;
  }
  .section{
    width:100%
  }
  .item:last-child{
    margin-bottom:60px
  }
}

.item img {
  width: 70%;

  transition: 0.4s all;
 
}

.item:hover img {
  transform: rotateZ(30deg);
 
}
.item:hover {
  /* transform: scale(4) */

  color: #31344b !important;
    background-color: #e6e7ee !important;
    border-color: #e6e7ee !important;
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff !important;
    text-decoration: none !important;
    cursor: pointer;

 
}

footer {

  width: 100%;
  margin-top: 30px;
  padding: 4px 0;
  background: rgb(204, 204, 204);
  direction: ltr;
  text-align: center;
  color: black;
  font-family: apercu;
  height: 30px;

}

.title{
    margin-top:50px;
    font-family: apercu;
    margin-bottom: 40px;
    font-size: 24px;
    text-align: center;
}

@font-face {
    font-family:apercu ;
    src: url('./fonts/Apercu-Light.woff2');
}

.item .text {
    text-align: center;
}

/* .divider{
  margin-bottom: 50px;
  height: 200px;
  width: 200px;
} */