/* CSS files add styling rules to your content */

body {
  font-family: helvetica, arial, sans-serif;
  margin: 2em;
  background:black;
  color:lightgrey;
}

h1 {
  font-style: italic;
  color: #373fff;
}
h2 {
  font-style: italic;
  font-wight:thin;
  color:grey;
/*   color: #373fff; */
}

canvas:focus{
  outline:none;
}

.clickable-text:hover{
  text-decoration:underline;
  cursor:pointer;
}