@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');

body {
  background-image: url("../img/halftone-monte-pony.png");
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #24273a;
  color: #ffffff;
  font-family: 'Fira Code', 'monospace';
  font-size: 150%;
  padding-left: 32px;
  /* height: 100; */
}


h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

a {
  color: #8aadf4;
  text-decoration: none;
}

a:hover {
  font-style: bold;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: line-through;
}
