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

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

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

.card-columns {
  display: block;
}

.card {
  margin-bottom: 20px;
  max-height: 850px;
  border: 2px solid #ff4400;
}

.card-img-top {
  max-height: 230px;
}

.card:hover {
  border: 6px solid #ff571a;
}

.name {
  padding: 0px;
  font-size: 40px;
  font-weight: bold;
}

.card-body {
  padding-right: 25px;
  min-height: 450px;
  background-color: white;
}

.card-text {
  display: none;
}

.card-text ul li {
  font-size: 23px;
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
  color: black;
}

.btn-primary {
  text-decoration: none;
  color: white;
  background-color: #ff571a;
  font-size: 20px;
}

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

#astrobits:hover {
  color: white;
}

@media (min-width: 62em) {
  .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
