body {
  background-color: pink;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

.welcome-text {
  text-align: center;
}

.description {
  text-align: center;
  border: 3px solid black;
}

.funfact {
  text-align: center;
}

.contact {
  text-align: center;
}