body .container main {
  display: flex;
  justify-content: center;
  min-height: 100vh;
}
body .container main section#themes {
  display: flex;
  width: 80%;
  align-content: space-around;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: white;
}
body .container main section#themes h3 {
  width: 80%;
}
body .container main section#themes ul li a {
  color: black;
  font-weight: 600;
  font-size: 1em;
}
body .container main section#themes ul li a:hover {
  cursor: pointer;
  text-decoration: underline;
}
body .container main section#themes ul li span {
  font-size: 0.7em;
  font-weight: 400;
}

/*# sourceMappingURL=themes.css.map */
