.legal-page {
  max-width: 85%;
  margin: 40px auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  color: #222;
  line-height: 1.6;
}

#sub-h2 {
  margin-top: 30px;
  font-size: 1.5em;
  color: #444;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

#sub-h2 {
  margin-top: 30px;
  font-size: 1.5em;
  color: #444;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.legal-page p, .legal-page ul {
  margin-top: 15px;
  font-size: 1em;
}

.legal-page p a:visited {
  color: black;
  text-decoration: none;
}

#update{
  color: black;
}

#rules-div-titles {
  font-size: 1.9em;
  margin-bottom: 15px;
  margin-top: 0;
  color:#000000;
  border-bottom: 2px solid #000000;
  padding-bottom: 5px;
  /* width: 100%; */
  text-align: center;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 650px) {

#rules-div-titles {
  font-size: 1.3em;
}

.legal-page p, .legal-page ul {
  font-size: .9em;
}

#sub-h2 {
  font-size: 1em;
}
  
}

@media screen and (min-width: 651px) and (max-width: 1024px) {
  

  

  
}