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

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

#canvasDiv{
  margin: auto;
  display: block;
  align-self: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#infoDiv{
  position:absolute;
  margin-left: 10px;
  top: 100px;
}
#toAddDiv{
  position:absolute;
  margin-right: 30px;
  top: 100px;
  right: 0;
}

body {background-color: rgb(28, 28, 28);}
body {font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
body {color: rgb(161, 14, 14);}