.home .hero img
  max-width: 500px !important
  min-width: 300px
  width: 100%

.center
  margin 0 auto;
  width: 80%

#main-title
  display: none

.hero
  margin: 150px 25px 70px

@font-face
  font-family: 'Nerd Font';
  src: url("/nerd-font.woff2") format("woff2");
  font-weight: 400;
  font-style: normal

code
  font-family: 'Nerd Font', source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;