* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background: url(img/main\ bg.webp);
  overflow-x: hidden;
}

@font-face {
  font-family: "PressStart2P";
  src: url("/fonts/PressStart2P-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

h1 {
  text-align: center;
  color: #ffd44d;
  margin-top: 40px;
  font-size: 3rem;
  font-family: "PressStart2P";
  margin-bottom: 30px;
}

.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;
  padding: 20px;
  font-size: 1.1rem;
  line-height: 2;
  color: #fff;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

h2 {
  color: #ffd44d;
  font-family: "PressStart2P";
}

ul {
  list-style: none;
}

a {
  color: #ffd44d;
}

@media (max-width: 639px) {
  h1 {
    font-size: 1.3rem;
    margin-top: 30px;
  }

  h2{
    font-size: 15px;
  }

  .content-container {
    font-size: 0.8rem;
  }
}
