body {
  -ms-flex-line-pack: center;
  align-content: center;
  margin: auto;
}

.title {
  text-align: center;
  padding: 0.75em;
  font-family: "Arvo", serif;
  font-size: 3rem;
  text-shadow: 2px 2px 2px rgba(28, 28, 28, 0.628);
}

.contributer:hover {
  padding: 1.2em;
}

.contributer {
  -webkit-box-shadow: -7px 4px 11px 6px #ccc;
  box-shadow: -7px 4px 11px 6px #ccc;
  background-color: #112d4e;
  -webkit-transition: ease 100ms;
  -o-transition: ease 100ms;
  transition: ease 100ms;
  text-align: center;
  height: auto;
  width: 90%;
  padding: 1em;
  border-radius: 10px;
  margin: 0.5em auto;
  color: white;
}

.contributer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contributer-content p,
p {
  color: var(--yellow-color);
  padding: 0.25em;
  max-width: 55%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  margin: auto auto;
  text-align: justify;
}

.contributer h3 {
  padding: 0.5em;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-family: "Nexa", sans-serif;
}

.contributer-pic {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto auto;
}

.contributer-pic img {
  height: calc(40vw * 0.562);
  min-height: 200px;
  max-height: 300px;
  border-radius: 10px;
}

@media screen and (max-width: 1080px) {
  .contributer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0px;
  }
  .contributer-content p,
  p {
    max-width: none;
    width: 90%;
  }
}
