body {
  background-color: #000034;
  padding: 15px 10px 80px 10px;
  background-image: url(https://i.imgur.com/z6rNArI.jpg);
  background-size: 2000px;
  background-attachment: fixed;
}

header, main, footer {
  text-align: center;
  color: #e6c200;
  font-size: 28px;
  font-family: 'Megrim', cursive;
  margin-top: 10px;
}

main {
  max-width: 60%;
  margin: auto;
}

h1 {
  font-size: 48px;
  letter-spacing: 14px;
  font-family: 'Meddon', cursive;
  padding-top: 30px;
  transition-duration: 2s;
  transition-timing-function: ease-in;
  color: #000034;
    text-shadow: 2px 2px white;
      opacity: 0.75;
}

button {
  font-family: 'Amatic SC', cursive;
  color: white;
  background-color: #000034;
  border: 1px solid #e6c200;
  padding: 10px 15px 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 0px 20px 0px 20px;
}

input {
  font-family: 'Amatic SC', cursive;
  color: #e6c200;
  background-color: #000034;
  border: none;
  padding: 10px 15px 10px 15px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 0px 20px 20px 20px;
}

#results {
  background-color: #e6c200;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

main p {
  background-color: #000034;
  background-image: url(https://i.imgur.com/pchfzkl.png);
  padding: 20px;
  opacity: 0.75;
}

footer {
  padding: 20px 0px;
  font-size: 18px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  background-color: #e6c200;
  border-top: 2px solid white;
    opacity: 0.75;
}

footer p {
  color: #000034;
  opacity: 0.50;
}

.title {
  letter-spacing: 44px;
}

.horoscope {
  font-size: 38px;
  letter-spacing: 30px;
  margin-top: 25px;
  padding: 10px;
  font-weight: bold;
  background-color: #e6c200;
  color: #000034;
  text-transform: uppercase;
}

.date {
  font-family: 'Abel', sans-serif;;
  font-size: 18px;
  letter-spacing: 20px;
}

.blurb {
  font-family: 'Abel', sans-serif;;
  font-size: 20px;
}