* {
  font-family: 'Amatic SC', cursive;
  color: white;
}

body {
  background-color: #262626;
  text-align: center;
}

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;
  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;
}

.container {
  box-sizing: border-box;
}

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

#astrobits:hover {
  color: white;
}

input[type=text], select, textarea {
  width: 40%;
  padding: 12px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 27px;
  background-color: transparent;
  border: 2px solid #ff4400;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

#box {
  width: 80%;
  height: 100px;
}

#btn2, input[type=submit] {
  background-color: #ff571a;
  color: white;
  font-size: 27px;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: center;
}
