.grid {
    display:grid;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.grid-item img {
  /*display: block;*/
  /*width: 70%;*/
  width: 60vw;
  /*max-width: 600px;*/
  box-sizing: border-box;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@font-face {
   font-family: 'Handlee-Regular';
   src: url('fonts/Handlee-Regular.ttf') format('woff2');
    font-weight: 400;
    font-style: normal;
}