body {
  background-repeat: no-repeat;
  background-size: cover;
}

a:link {
  color: aqua;
}

a:visited {
  color: aqua;
}

a:active {
  color: blue;
}

.title {
  font-family: OCR A Std, monospace;
  font-size: 30px;
  line-height: 1.6;
  color: #000000;
  margin: 10px;
  padding: 0;
}

.text {
  font-family: Inter, serif;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  margin: 10px;
  padding: 0;
}

.footer {
  font-family: Inter, serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  margin: 10px;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
