@import url('https://fonts.googleapis.com/css2?family=Redacted&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300&display=swap');
html, body {
  background-color: rgb(10, 134, 191);
  cursor: url("/Among-Us-Red-Crewmate.webp"), auto;
  }
#bing_chilling {
  font-family: '', sans-serif;
  color: rgb(22, 218, 153);
}
#cheese {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: large;
  font-weight: 200;
  color: rgb(133, 224, 14);
}
#oogway {
  border-radius: 10px;
  border: 4px solid #86cf20;
  padding: 20px;
  width: 500px;
  height: 600px;
}
#redacted_cheese {
  font-family: 'Redacted', cursive;
  font-size: large;
  font-weight: 200;
  color: rgb(133, 224, 14);
}
.HeaderDiv {
  border: 5cm, black;
  border-style: dashed !important;
  text-align: center;
  padding: 20px;
  border-radius: 25px;
}