@font-face {
    font-family: 'Purisa';
    src: url('fonts/Purisa.otf'); 
    font-weight: normal;
    font-style: normal;
    color: black;
}

body {
  font-family: 'Purisa', sans-serif;
}

.image img {
  display:inline;
  width:min-content;
}