* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100vh;
  background: url(/img/main\ bg.webp);
}

@font-face {
  font-family: "PressStart2P";
  src: url("/fonts/gamtex.ttf") format("truetype");
}

.about_us_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PressStart2P";
  margin-bottom: 30px;
  color: antiquewhite;
  font-size: 5rem;
  color: #ffcc00;
}

.sub-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  font-family: "PressStart2P";
  color: #ffcc00;
}

.content-container {
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border: 5px solid #ffd44d;
  color: #fff;
  padding: 30px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  line-height: 2;
}

h2 {
  font-family: "PressStart2P";
  color: #ffcc00;
}

@media (max-width: 639px) {
  .about_us_heading {
    font-size: 2rem;
    margin-top: 15px;
  }

  .sub-heading {
    font-size: 1rem;
  }
}
