html, body {
  background-color: #171717;
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
}

h1 {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #faf0f0;
  text-align: center;
  font-size: 50px;
  margin: auto;
  padding-top: 20px;
}

h2 {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #faf0f0;
  text-align: center;
  font-size: 15px;
  margin: auto;
  padding-bottom: 20px;
}

p {
  font-family: sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #CAC2C2;
  text-align: center;
  font-size: 15px;
  margin: auto;
}

p.title {
  color: #faf0f0;
  font-size: 25px;
}

div {
  width: 800px;
  margin: 20px auto;
  border: 10px double #989898;
  background-color: #181818;
  padding: 5px;
}

div.title {
  border: 3px solid #989898;
}