body {
      margin: 0;
      padding: 0;
      background: url("https://i.imgur.com/gqpSHTe.jpeg") no-repeat center center fixed;
      background-size: cover;
      font-family: "Verdana", sans-serif;
    }

    .container {
      width: 80%;
      max-width: 900px;       /* keeps desktop width */
      margin: 100px auto;
      background-color: rgba(255, 255, 255, 0.95);
      padding: 30px;
      border: 2px solid #000000;
      box-shadow: 5px 5px 0 #000000;
      text-align: center;
    }

    .logo {
      width: 500px; /* Desktop size */
      height: auto;
      margin-top: 20px;
      margin-bottom: 20px
    }

    h1 {
      color: #116600;
      text-shadow: 1px 1px #000000;
      font-size: 28px;
      padding: 10px
    }

    p {
      color: #333333;
      font-size: 16px;
      line-height: 1.5;
    }
a.button {
  display: block;                  /* stack vertically */
  margin: 20px auto;               /* space between buttons, centered */
  padding: 20px 15px;
  background-color: #226600;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #000;
  font-weight: bold;
  font-size: 22px;
  border-radius: 8px;
  width: 230px;                /* keeps them tidy */
}
a.button:hover {
  background-color: #11cc00;
  color: #000;
}
a.button:first-of-type {
  margin-top: 30px;          /* bigger gap above Subscribe Here! */
}
a.button.whyjake {
  font-size: 16px;
  padding: 12px 0px;
  width: 160px;
  margin-bottom: 30px;
}
a.button.whyjake:hover {
  background-color: #888888;
}
a {
  color: #0000ee;       /* default blue */
  text-decoration: underline;
}
    marquee {
      color: #2B73B3;
      font-weight: bold;
      margin-top: 10px;
    }

    .bottom-image {
      margin-top: 20px;
      width: 100px;
      height: auto;
    }

    /* Mobile adjustments */
@media (max-width: 600px) {
  .container {
    width: 80%;            /* still mostly full-width */
    max-width: 500px;       /* optional: cap the container on small screens */
    margin: 20px auto;
    padding: 20px;          /* more padding so text doesn’t touch edges */
  }
  h1 {
    font-size: 22px;
  }
  .logo {
    width: 105%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px
  }
  p {
    font-size: 14px;
  }
  a.button {
    font-size: 16px;
    padding: 15px 25px;
  }
  .bottom-image {
    width: 50px;
  }
  h1 img {
    width: 30px;
  }
}
