/* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-color: #0e0e0e #f0f8ff;
  scrollbar-width: thin;
  /* overflow-x: hidden; */
}

body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  color: #f0f8ff;
  background: #131313;
  line-height: 1.5;
  top: 0px !important;
  user-select: none;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 1rem;
}

h2 {
  font-size: 2rem;
  color: #00ff88;
}

h3 {
  font-size: 1.6rem;
  text-align: center;
}

h4 {
  font-size: 1.2rem;
}

.card-front h4 {
  font-size: 1.2rem;
  text-align: center;
}

.main-content {
  margin: 6rem 1rem;
}

@media screen and (max-width: 1040px) {
  .main-content {
    margin: 4rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 2rem !important;
  }

  p {
    font-size: 0.85rem;
  }

  h2 {
    font-size: 1.5rem !important;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.1rem;
  }
}
