body {
  margin: 0;
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(to bottom, #314F54, #66A5C5);
  min-height: 100vh;
}

header {
  background: url('jetpack-man-vliegt-10.png') no-repeat center center/cover;
  color: white;
  padding: 20px;
  height: 100vh;
  position: relative;
}

.logo {
  font-family: Racing Sans One;
  font-size: 96px;
  font-weight: bold;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

nav {
  position: absolute;
  top: 20px;
  right: 40px;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

nav a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: normal;
}

.racing-sans-one-regular {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.hero-content {
  position: absolute;
  top: 130px;
  left: 20px;
  font-size: 12px;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}


.hero-content p {
  position:absolute;
  top: 40px;
  font-size: 20px;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

.quote {
  position: absolute;
  bottom: 80px;
  left: 20px;
  color: #373737;
  background: none;
  font-size: 30px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.mission {
  display: flex;
  align-items: center;
  padding: 0px;
}

.mission-text {
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
  color: white;
}

.mission-image img {
  width: 100%;
  padding-right: 0px;
 
  
}

footer {
  background-color: #333;
  color: white;
  text-align: left;
  padding: 60px;
  flex-direction: column;
}
