html {
  background-color: black;
  color: white;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  margin: 0;
  line-height: 1em;
  font-size: 2.5rem;
  background-image: linear-gradient(rgb(239, 239, 239), rgb(150, 150, 150));
  color: transparent;
  background-clip: text;
}

h4 {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 1em;
  font-size: 2rem;
  background-image: linear-gradient(rgb(239, 239, 239), rgb(150, 150, 150));
  color: transparent;
  background-clip: text;
}

p {
  font-size: 18px;
}

a {
  color: gold;
}

.faq-container p {
  margin-bottom: 32px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.relative {
  position: relative;
}

body {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  line-height: 1.6;
  padding: 0px 28px;
  margin: 0;
}

.content {
  max-width: 950px;
  width: 100%;
  margin: 28px auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.container {
  border-image: url("/table.png") 31 31 31 31 fill / 30px 30px 30px 30px;
  padding: 30px 30px 30px 30px;
  border-image-repeat: round;

  padding: 40px;
  text-align: center;
}

.logo {
  max-width: 50%;
  height: auto;
}

.big-link {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  margin: 0;
  line-height: 1em;
  font-size: 2.5rem;
  background-image: linear-gradient(rgb(251, 242, 206), gold);
  color: transparent;
  background-clip: text;
  display: inline-block;
}

.big-link:hover {
  text-decoration: underline;
  color: rgb(225, 200, 70);
}

.big-link:active {
  transform: translateY(3px) translateX(-3px);
}

.croc,
.coug {
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 30%;
  position: absolute;
  top: 30px;
}
.croc {
  left: 20px;
}
.coug {
  right: 10px;
}

@media (max-width: 720px) {
  h1,
  h2,
  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  p {
    font-size: 16px;
  }

  .big-link {
    font-size: 1.75rem;
  }

  .logo {
    margin-bottom: 32px;
  }
}
