body {
  margin: 0;
  color: white;
  background-color: black;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.menu {
  display: flex;
  margin-top: 0;
  justify-content: space-evenly;
  align-items: center;
  background-color: #0B0A4B;
}

ul li {
  list-style: none;
}

ul li:hover {
  text-decoration: underline;
}

.links {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: aliceblue;
}

.poster {
  width: 100%;
  position: relative;
}

.xplr {
  font-size: 100px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  z-index: 1;
  margin-left: 10%;
  padding-bottom: 10px;
  border-bottom: 8px solid #fff;
}

.moon {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  border-bottom: 5px solid #fff;
}

.themoon {
  text-align: center;
  margin-bottom: 50px;
}

.moonModel {
  display: flex;
  justify-content: space-evenly;
}

.specs {
  font-size: 28px;
}


.rocketTitle {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 15%;
  border-bottom: 5px solid #f40000;
}

.rocketContent {
  margin-left: 10%;
}

.Recommended {
  font-size: 36px;
}

p {
  font-size: 20px;
}

.button {
  margin-top: 5%;
  width: max-content;
  border: 4px solid #fff;
  border-radius: 50px;
  padding: 5px 20px;
  padding-bottom: 10px;
  transition: 0.4s;
  margin-bottom: 30px;

}

.start {
  font-size: 48px;
  text-decoration: none;
  color: #fff;
  font-family: 'Courier New', Courier, monospace;
}

.button:hover {
  background-color: #fff;
  box-shadow: 0 0 15px 5px white;
  color: black;
}

.start:hover {
  color: black;
  font-weight: bold;
}