body {
  padding: 4px;
  background-color: white;
    color: rgb(0, 0, 0);
    font-family: monospace;
    font-size: medium;
    display: flex;
    flex-direction: column;
    justify-self: center;
    max-width: 700px;
}

body img{
  max-width: 96vw;
}

@font-face {
    font-family: 'ToonatorFont';
    src: url('../../fonts/toonator-webfont.eot');
    src: url('../../fonts/toonator-webfont.eot') format('eot'),
         url('../../fonts/toonator-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



summary {
  background-color: black;
  color: white;
  font-size: 16px;
  padding: 5px;
  margin: 3px;
}
