@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Pacifico&display=swap');


.headding-1{
  font-family: 'Fredoka One', cursive;
}

.headding-2{
  font-family: 'Pacifico', cursive;
}

.text-aria{
  margin-left: 30%;
}
.card-body{
  height: 250px;
  min-height: 250px;
}
.user-img-container{
  height:250px;
  width:250px;
  overflow: hidden;
}
.user-img{
  width: inherit;
}

@media only screen and (max-width: 600px) {
 .card-body{
  height: auto;
  min-height: 250px;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.card-body{
  height: auto;
  min-height: 250px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.card-body{
  height: 250px;
  min-height: 250px;
}

}