body {
  font-family: 'Abel', sans-serif;
  background-color: #101010;
  color: white;
}

.container {
  background-color: black;
  padding: 40px;
}

body h1 {
  font-size: 65px;
  font-weight: bold;
}

body h2 {
  font-size: 42px;
}

.download-link:hover .download {
  content: url('assets/download_hover.png');
}


.download-link {
  font-size: 36px;
  font-style: italic;
  color: #b22222;
  text-align: center;
  text-decoration: none;
}

.download-link:visited {
  text-decoration: none;
  color: #b22222;
}

.download-link:enabled {
  text-decoration: none;
}

.download-link:hover {
  font-weight: bold;
  color: #b22222;
  text-decoration: none;
}

.fire {
  color: #b22222;
}

img {
  padding: 15px;
}

body p {
  font-size: 18px;
}

.footer {
  font-size: 16px;
}
