@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  background-color: #070707;
  border: 1px solid #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.navbar-no-shadow {
  position: sticky;
  top: 0;
  z-index: 100;
}

.text-block-2 {
  color: #3a3737;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  margin-top: 247px;
  font-size: 100px;
  line-height: 160px;
  display: flex;
}

.bold-text {
  color: #475522;
  margin-top: -206px;
  margin-bottom: auto;
  font-weight: 700;
}

.image-3 {
  pointer-events: auto;
  color: #000;
  vertical-align: middle;
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.text-block-5 {
  color: #475522;
}

.bold-text-2 {
  font-size: 25px;
}

.icon-2 {
  color: #475522;
}

.w-dropdown {
  position: relative;
  display: inline-block;
}

.w-dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
}

.w-dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #111;
  border: 1px solid #475522;
  border-radius: 8px;
  min-width: 180px;
  z-index: 100;
  padding: 8px 0;
}

.w-dropdown:hover .w-dropdown-list {
  display: block;
}

.w-dropdown-link {
  display: block;
  padding: 10px 20px;
  color: #475522;
  text-decoration: none;
  font-size: 16px;
}

.w-dropdown-link:hover {
  background-color: #475522;
  color: #000;
}

.w-icon-dropdown-toggle::before {
  content: "▾";
  color: #475522;
  font-size: 20px;
}

#rotating-text {
  transition: opacity 0.8s ease, transform 0.8s ease;
}
