body{
  background-color: blue;
}

.homeNav {
  position: absolute;
  top: 10px;
  left: 10px;
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
  transition: color 0.2s ease;
}

#canvasContainer{
  display: block;
  border: 1px solid #000000;
}

table{
  text-align: center;
}