body {
  margin: 0px;
  padding: 0px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Handjet", sans-serif;
  background-color: #008080
}
canvas {
  margin-top: 0.5em;
  margin-bottom: 1em;
  border: 7px solid #fdffff;
}
.main-header {
  color: #fdffff;
  font-size: 5rem;
  font-weight: 600;
  margin: 0.5rem;
}

#score-container {
  color: #fdffff;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: left;
}

#new-button {
  font-family: "Handjet";
  font-size: 1.5rem;
  text-decoration: none;
  border: none;
  background-color: white;
  padding: 0.6em;
  border-radius: 10px;
  margin: 0.5rem;
  color: blue;
}

#new-button:hover {
  background-color: rgb(219, 236, 229);
}

footer {
  margin-top: 1rem;
  font-size: 1rem;
  color: white;
}

footer a{
  margin-top: 1rem;
  font-size: 1rem;
  color: white;
  font-style: none;
}
