
@font-face {
  font-family: 'FunFont';
  src: url('3p/google/fonts/Akshar-VariableFont_wght.ttf'); /* IE9 Compat Modes */
}
.fun-font{
  font-family: FunFont
}

.grid-background {
  background-image:url('../images/rough_diagonal.webp')
}

.post-it {
  /* background-image:url('../images/post-it.png');
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; */
}

