body {
  background-color: black;
  background-image: url('sky.png');
}

h1 {
  color: white;
  font-family: Bauhaus 93;
  font-size: 40px;
  text-align: center;
}
h2 {
  color: white;
  font-family: Bauhaus 93;
  font-size: 30px;
  text-align: center;
}

p {
  color: white;
  font-family: Ink Free;
  font-size: 20px;
  text-align: center;
}
img {
        width: 100%;
        height: auto;
}
.newsletter_button a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
button {
  position: absolute;
}
.newsletter_button a:link {
  font-family: Bookman Old Style;
  color: #ffff00;
}
.newsletter_button a:visited {
  font-family: Bookman Old Style;
  color: #ffff99;
}
.newsletter_button a:hover {
  font-family: Bookman Old Style;
  color: #ffffff;
}
.newsletter_button a:active {
  font-family: Bradley Hand ITC;
  color: #ff0000;
}
a {
  font-family: Black Ops One;
}
a:link {
  color: #0000ff;
}
a:visited {
  color: #9999ff;
}
a:hover {
  color: #ffffff;
}
a:active {
  color: #4141ff;
}