@font-face {
  font-family: HK Grotesk;
  src: url("https://cdn.glitch.me/605e2a51-d45f-4d87-a285-9410ad350515%2FHKGrotesk-Regular.otf?v=1603136326027")
    format("opentype");
}
@font-face {
  font-family: HK Grotesk;
  font-weight: bold;
  src: url("https://cdn.glitch.me/605e2a51-d45f-4d87-a285-9410ad350515%2FHKGrotesk-Bold.otf?v=1603136323437")
    format("opentype");
}

* {
  box-sizing: border-box;
}

body {
  align-items: center;
  background: #181818;
  color: #eee;
  display: flex;
  font-size: 1rem;
  font-family: HK Grotesk;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  width: 100vw;
  word-break: keep-all;
}

footer {
  margin-top: 5rem;
}

h2 {
  color: #a7a7a7;
  font-size: 2.5rem;
  text-transform: uppercase;
}

h2 span {
  color:#393939;
  position: relative;
  top: -0.2rem;
}

img {
  max-width: 100%;;
}

main {
  background: #000;
  margin: 2rem auto;
  padding: 2rem;
  width: 100%;
}

section {
  padding: 0 2rem;
}

p {
  margin: 1rem auto;
  padding: 1rem;
  text-align: center;
}

.container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 10px;
  max-width: 960px;
}

.desaturate {
  filter: saturate(0);
}

.narrow-list {
  max-width: 400px; /* Adjust the width as needed */
  word-wrap: break-word; /* Break long words to fit within the container */
  word-break: break-all; /* Break long words to fit within the container */
  margin: 0 auto; /* Center the list */
  padding: 0;
  list-style-position: inside; /* Ensure list bullets are inside the container */
}

.narrow-list li {
  padding: 0.5rem 0; /* Add some spacing between list items */
}
