@font-face {
    font-family: 'comicsans';
    src: url('comicsans.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  background-color: lightblue;
}

h1 {
    font-family: 'comicsans', sans-serif;
  color: black ;
}

p {
  font-family: 'comicsans', sans-serif;
  font-size: 20px;
}

img {
  max-width: 100%;
  height: auto;
}
