.profile-data {
  font-size: x-small;
  padding-left: 8px;
  word-wrap: break-word;
}

.wrapper {
  margin-top: 30px;
  max-width: 768px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.school-desc {
  font-size: 0.65rem;
}

h3,
h4,
.letter-color {
  color: #0080b6;
}

/* i {
  color: #006088;
} */

@media (min-width: 576px) {
  .img-size {
    max-height: 75%;
  }
}

.img-size {
  max-height: 65%;
}

@media print {
  .img {
    max-height: 75% !important;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .description {
    margin-top: -4rem;
  }
}

@media print {
  body {
    zoom: 90%;
  }
  .no-print {
    display: none!important;
 }
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration-line: none !important;
  text-decoration-thickness: initial !important;
  text-decoration-style: initial !important;
  text-decoration-color: initial !important;
}
