.contact {
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding: 1rem;
  border: 2px solid #000;


}

.bababa {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  align-items: last baseline;

}

.bababa a {
  text-decoration: none;
}

h4 {
  font-weight: 200;
  font-size: 2.5em;
}


@media (max-width: 481px) {
  .bababa {
    display: inline;
    flex-direction: column;

  }
}

@media (max-width: 484px) {
  .bababa>p {
    margin-top: 1em;
    /* between paragraphs */
  }
}