body {
  color: #eeeeee;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  background-color: #262626;
}

header {
  border-bottom: 1px solid #222;
  margin-bottom: 1rem;
  background-color: #4a4a4a;
}

.logo {
  width: 50px;
}

a {
  color: #fad02c;
  text-decoration: none;
}

footer {
  background-color: #1e1e1e;
}

.slide-btn {
  padding: 1rem;
  background-color: #fad02c;
  border: none;
  border-radius: 0.5rem;
  color: #222;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
}

.hero-text {
  font-size: 2.5rem;
}

.section-title {
  font-size: 2.5rem;;
}

.center {
  text-align: center;
}

.btn-group {
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.bg-yellow {
  background-color: #fad02c;
  color: #222;
}

.btn-primary {
  background-color: #fad02c;
  color: #222;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  cursor: pointer;
}

.icon {
  color: #fad02c;
  font-size: 5rem !important;
}

.notfound-container {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #262626;
  color: #fad02c;
  text-align: center;
}
.notfound-title {
  font-size: 4rem;
  font-weight: bold;
}
.notfound-message {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.notfound-btn {
  background-color: #fad02c;
  color: #222;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: bold;
}

.globe-container {
  display: flex;
  justify-content: center;
}

.globe {
  max-width: 500px;
}

@media screen and (max-width: 500px) {
  .globe {
    max-width: 300px;
  }
}

.missions {
  margin-bottom: 15rem;
}