body {
  width: 100%;
}

header {
  width: 850px;
  height: 450px;
  background-image: url('../img/nasa-background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
}

.title {
  color: #ffffff;
  font-size: 5em;
  font-weight: bold;
  font-family: 'Archivo+Black', sans-serif;
  margin: auto;
}

main {
  font-family: 'Roboto', sans-serif;
  background-color: #dddddd;
  width: 850px;
  height: 324px;
  margin: 2% auto;
}

#flexbox {
  display: flex;
  justify-content: space-between;
}

.box {
  width: 270px;
  color: #000000;
  font-size: 1.25em;
}

h2 {
  font-family: 'Archivo+Black', sans-serif;
  font-weight: bold;
  margin: 20px auto;
  letter-spacing: 1px;
  padding-left: 20px;
}

ul,form {
  padding: 0 20px 0 20px;
  letter-spacing: 1px;
}

li {
  list-style: none;
  font-size: .75em;
  font-weight: lighter;
  padding-bottom: 5px;
}

p {
  font-size: .75em;
  font-weight: lighter;
  padding: 5px 0 3px 0;
}

input,textarea {
  width: 230px;
  border: none;
}

input[type=text] {
  height: 20px;
}

input[type=submit] {
  width: 80px;
  height: 30px;
  font-size: .75em;
  font-family: 'Archivo+Black', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #666666;
  border: none;
  margin-top: 5px;
}
