.formacao {
  min-height: 100vh;
  min-width: 100vw;

  background-image: linear-gradient( #89aabe, #6c8594);
  background-size: 100vw 100vh;
}

.formacao .img:hover {
  transform: scale(1.05);
}

.formacao a:hover {
  text-decoration: underline;
}

.formacao figure {
  text-align: center;
}

.formacao .img {
  width: 100%;
  right: 100%;
  transition: transform 0.5s;
}

.formacao figure .ufop {
  width: 145%;
}

.formacao figure .ufvjm {
  width: 180%;
}

.formacao a {
  margin-top: 1em;
  color: rgb(39, 38, 38);
  font-family: "Helvetica Neue", Helvetica;
  font-size: 1em;
  text-align: justify;
}
