body {
  background-color: #3f47d9;
}
.title h1 {
  font-family: Arial, sans-serif;
  color: yellow;
}
.title h2 {
  font-family: Arial, sans-serif;
  color: white;
}
.download p {
  font-family: Arial, sans-serif;
  color: white;
}
.download a {
  font-family: Arial, sans-serif;
  color: white;
}
.download a:hover {
  color: yellow;
}