html {
  height: 100%;
  background-color: #f0f0f0;
  background-image: url("background.jpg");
  background-size: cover;
  background-position: center;
  color:#5d50c6;
  font-family: 'Press Start 2P', sans-serif;
  text-align: center;
}


section {
  background-color: rgba(255, 255, 255, 0.69);
  border-radius: 25px;
  /*The border radius gives a rounded edge.*/
  padding:5px;
  padding-bottom: 5px;
  margin: 5px auto;
}

h1 {
  font-size: 30px;  /* adjust smaller than current size */
  color: #5d50c6;   /* matches your main theme color */
  margin-bottom: 5px; /* optional spacing below header */
}

h1 + .subtitle {
  font-family: 'Dancing Script', cursive;
  font-size: 28px;        /* slightly larger */
  font-weight: bold;      /* make it bold */
  color: #5d50c6;         /* same color as main header */
  margin-top: 5px;        /* space below header */
}
