@font-face {
  font-family: 'comicSans';
  src: url(comic.ttf);
}

.img {
  height: 300px; /* Set your desired height */
  width: auto; /* Maintain aspect ratio */
}

@media (max-width: 768px) {
  .img {
    max-width: 100%; /* Adjusts to the device width */
    height: auto; /* Prevents distortion */
  }
}

body, button {
  font-family: 'Comic Sans MS', 'comicSans', 'Arial', 'Calibri';
}
button {
  margin: 8px 0px 8px 0px
}