html, body {
  margin: center;
  padding: center;
  background-color: lightblue;
}
canvas {
  margin: auto;
  display: block;
  background-color: lightblue;
}
p {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.link{
  font-size: 25px;
}

.link2{
  font-size: 20px;
}