.box {
    width: 85px;
    height: 85px;
    background-image: linear-gradient(to bottom right, rgba(255, 117, 104, 0.89), rgba(255, 173, 110, 0.89));
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 2rem;
    transition: all 1.2s;
    border-radius: 25px;
    border: 4.5px solid rgb(255, 117, 104);
    box-shadow: 0 0 10px 2px rgb(255, 117, 104,0.932);
    transform: rotate(360deg);
    border-radius: 100%;
    border: 4.5px solid rgb(255,174,110);
    box-shadow: 0 0 10px 2px rgba(253, 161, 91, 0.932);
}

.box:hover {
  transform: rotate(360deg);
  border-radius: 100%;
  
  border: 4.5px solid rgb(255,174,110);
  box-shadow: 0 0 10px 2px rgba(253, 161, 91, 0.932);
}
/*.bobo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}*/
.loading-img{
    width: 55px;
}
