body {
  background-color: #262626;
  font-family: 'Amatic SC', cursive;
  text-align: center;
  color: white;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ff571a;
  font-size: 27px;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 9px 11px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #262626;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  font-weight: bold;
  padding: 9px 11px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

#astrobits {
  font-size: 30px;
  padding-right: 20px;
  color: black;
  font-weight: bold;
}

#astrobits:hover {
  color: white;
}

header {
  padding-top: 10px;
}

img {
  width: 700px;
  height: 360px;
  margin-bottom: 20px;
  border: 1px solid black;
}

h1 {
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  margin-top: 60px
}

h2 {
  font-size: 40px;
  font-weight: normal;
}

button {
  font-size: 35px;
  height: 55px;
  width: 500px;
  font-family: 'Amatic SC', cursive;
  text-align: center;
  color: white;
  background-color: transparent;
  border: 3px solid #ff4400;
}
