.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #222;
  color: #fff;
  padding: 1em;
  text-align: center;
  z-index: 9999;
  font-size: 0.9em;
}

.cookie-banner p {
  margin: 0 0 0.5em;
}

.cookie-banner button {
  background-color: #0b5ed7;
  color: #fff;
  border: none;
  padding: 0.5em 1.2em;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

#update{
  color: black;
}

#sub-h2 {
  margin-top: 30px;
  font-size: 1.5em;
  color: #444;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

#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) {
  

  

  
}