body {
  background: #8a8a8a;
  margin-bottom: 100px;
}

.dark {
  background: #737373;
  border: black solid 1px;
}

.imgs {
  width: 200px;
  height: 200px;
}

.sun {
  font-size: 2rem;
}

.sun:hover {
  cursor: pointer;
}

.capitalize {
  text-transform: capitalize;   
}

div#searchable button {
  font-family: 'Open Sans', sans-serif;
}

.light {
  background: #f8f9fa;
}