body {
  margin: 0px;
  padding: 0px;
  background-color: #1c1c1c;
}

section {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.my_pic {
  border-radius: 35px;
}
.my_age {
  background: -webkit-linear-gradient(#de1d1d, #25df54);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 300;
}
.schools_attended {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
}
/* .norm_image {
  width: 60px;
  height: 60px;
  max-width: 100%;
  object-fit: contain;
} */
.card-text {
  font-family: sans-serif;
}
.animate__animated.animate__shakeX {
  --animate-duration: 20s;
}
.animate__animated.animate__fadeInTopRight {
  --animate-delay: 30s;
}
