body {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Libre Baskerville", serif;
  font-family: "Pacifico", cursive;
  font-family: "Roboto", sans-serif;
  font-family: "Titillium Web", sans-serif;
}

.container {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background-color: transparent;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #ffffff;
  font-size: 50px;
  text-align: center;
}

p {
  color: white;
  font-size: 18px;
  line-height: 30px;
  max-width: 96%;
}

h2 {
  color: white;
  text-align: center;
}

img {
  height: 33em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 50px;
  max-width: 100%;
}

#apod-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  img {
    height: 31em;
    border-radius: 50px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  img {
    height: 15em;
    margin: 0;
    border-radius: 50px;
    max-width: 100%;
  }
  p {
    margin: 1em;
    max-width: 100%;
  }
}
