@font-face {
    font-family: special-elite;
    src: url(/fonts/special-elite/SpecialElite.ttf);
  }

body{
    background-color: antiquewhite;
    font-family: 'special-elite', monospace;
    color: rgb(0, 50, 29);
}

.wrapper{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.home-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 165px;
  row-gap: 1%;
  column-gap: 1%;
}