body {
  color: white;
  background-image: url("background.png");
  background-size: cover;
}

section {
  text-align: center;
}

p {
  font: 1.2rem "Fira Sans", sans-serif;
}

a {
  color: #e52817;
  font-weight: bold;
  text-decoration:none;
}


a:hover {
  color: white;
}