.comic-relief-regular {
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}

.comic-relief-bold {
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  font-style: normal;
}

      body {
        font-family: "Comic Relief", sans-serif;
        background-color: white;
        color: black;
      }


#Image {
  display: none;
}

#ImageCanvas {
  border: 2px solid black;
}

#SpeechBubbleImg {
  display: none;
}




  h2, p {
    margin: 10px;
  }   
    
    
#navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: steelblue;
  border: 2px solid royalblue;
}

#navbar li {
   float: left;
}

#navbar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 7px 16px;
}
