/* page styling */
body{
 background-color:  hsl(217, 54%, 11%);
  text-align: center;
  margin-top: 10%;
  padding-bottom: 20%;
}
 /* card styling */
.card_style{
  background-color:  hsl(216, 50%, 16%);
   width: 22%;
   margin:auto;
  border-radius: 10px;
}

/* Text styling */
.ethereum-text{
  font-size:0.7rem;
    color: hsl(178, 100%, 50%);
}

.clock-text{
  font-size: 0.7rem;
    color: hsl(215, 51%, 70%);
}

.avatar-text{
  color: hsl(215, 51%, 70%);
  font-size: 0.7rem;

}


.avatar-text-hover{
  color:white;
}

.avatar-text-hover:hover{
  color: hsl(178, 100%, 50%);
}

hr{
  color: hsl(215, 32%, 27%);
}
.equilibrium-text{
  font-size: 18px;
  color: hsl(215, 51%, 70%);
  text-align: left;
  font-size:0.8rem;

}

.equilibrium-heading-text{
  color: white;
  font-family: "Outfit-600";
  font-size:97%;
  text-align: left;
  margin-top: 5%;
}

.equilibrium-heading-text:hover{
  color: hsl(178, 100%, 50%);
}

/* image styling */

.avatar{
  width: 100%;
  border: 0.7px solid white;
  border-radius: 50%;
}

.card_image_style{

  border-radius: 10px;

}

.Imagebox{
position: relative;
}
.overlay{
  background-color: hsl(178, 100%, 50%);
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  border-radius: 10px;
}

.fa-solid{
  margin-top:45%;
  color:white;
}
.overlay:hover{
  opacity:0.8;}

/* Mobile layout styling */
@media(max-width:375px){
  .equilibrium-heading-text{
    font-size:70%;
    padding-top: 5%;

  }
.equilibrium-text{
  font-size:55%;
}

.ethereum-text{
  font-size:50%

}
.avatar-text{
  font-size: 35%;
}
.clock-text{
  font-size: 45%;
  }
.card_image_style{
  width:100%;
}

.card_style{
  width: 50%;
}
.avatar{
  width:400%;
}
.avatar-text{
  font-size: 60%;
}
}
