body .container main {
  display: flex;
  justify-content: center;
  min-height: 100vh;
}
body .container main section.theme {
  display: flex;
  width: 80%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  background-color: white;
}
body .container main section.theme h3 {
  font-size: 1.7em;
  text-align: center;
}
body .container main section.theme div {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
body .container main section.theme a {
  background-color: lightblue;
  color: black;
  width: 400px;
  padding: 5px 20px;
  border-radius: 10px;
  margin: 20px;
  font-size: 1.3em;
  border: none;
  text-decoration: none;
  text-align: center;
}
body .container main section.theme a:visited {
  color: black;
}
body article.showcase {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body article.showcase h4 {
  width: 100%;
  margin: 20px;
  font-size: 1.5em;
}
body article.showcase figure {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  width: 40%;
}
body article.showcase figure img {
  width: 100%;
  object-fit: contain;
  margin: 0;
}
body article.showcase figure figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding-left: 10px;
  margin: 0;
}

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