
#header {
  align-self: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.coolBtn {
  margin-top: 10px;
  background-color: rgb(187, 220, 224);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.coolBtn:hover{
  transform: scale(1.5);
}

#canvasDiv{
  margin: auto;
  display: block;
  align-self: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  
}

body {background-color: rgb(77, 73, 73);}
body {font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
body {color: rgb(0, 229, 255);}