@font-face {
  font-family: 'Yoshi';
  font-style: normal;
  font-display: swap;
  src: url(./yoshi.ttf) format('truetype');
}

body {
    background: #161616;
    text-align: center;
    color: #fff;
    font-family: "Yoshi", Arial, sans-serif;
}



.imgyoshi {
  width: 100%;
  max-width: 800px;
  height: auto;
}


