body {
  background-color: black;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background-color: black;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.logo {
  max-height: 40px;
}

nav {
  padding: 20px 50px;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  display: inline;
  list-style: none;
  line-height: 42px;
  margin-left: 20px;
}

nav a {
  font-size: 20px;
  text-decoration: none;
  color: white;
  transition: all 100ms ease-in-out;
}

nav a:hover,
nav li.active a {
  color: #15ac5b;
}

.main-headline h1 {
  font-family: "Lexend Deca", sans-serif;
  font-size: 90px;
  font-weight: bold;
  color: white;
  padding: 50px;
  margin: 0;
}

h2 {
  font-family: "Poppins", sans-serif;
  font: bolder;
  font-size: 24px;
  color: #15ac5b;
  text-shadow: 5px 5px 5px#000, -5px -5px 5px#000, 5px -5px 5px#000,
    -5px 5px 5px#000;
  margin: 0 auto;
  border: 0 100px;
  padding: 10px 150px;
  max-width: 1160px;
}

.sub-headline h1 {
  font-family: "Lexend Deca", sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: white;
  padding: 60px 60px 20px;
  margin: 0;
}

.spec h1 {
  font-family: "Lexend Deca", sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: white;
  text-shadow: 5px 5px 5px#000, -5px -5px 5px#000, 5px -5px 5px#000,
    -5px 5px 5px#000;
  padding: 60px 80px 20px;
  margin: auto;
}

h2 a {
  text-decoration: none;
}

h2 a:hover {
  color: white;
}

footer p {
  font-size: 12px;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: #15ac5b;
  text-decoration: none;
}

.footer-container {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  max-width: 750px;
}

.node-spec-container {
  max-width: 650px;
  margin: 0 auto;
  padding: 10px;
}

.token-growth-container {
  max-width: 650px;
  margin: 0 auto;
}

.token-growth-container img {
  width: 100%;
  height: auto;
}
