/* Generated by less 3.11.1 */
/*
Theme Name: Clean Air
Author: Visibulll
Author URI: https://visibull.io
Version: 1.0.0 (Alpha)
*/
body {
  background-color: #252525;
  color: #fff;
  font-family: 'Space Mono', monospace;
  text-align: center;
  text-transform: lowercase;
}
.folio {
  max-width: 960px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}
.box a {
  display: block;
  text-align: left;
  color: white;
  text-decoration: none;
}
.box a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.box a:hover {
  color: dodgerblue;
}
@media only screen and (max-width: 768px) {
  .folio {
    margin: 50px 30px;
    gap: 10px;
  }
}
@media only screen and (max-width: 520px) {
  .folio {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}
