body {
    font-size: 15pt;
    margin: 666;
    padding: 0;
    overflow: hidden;
}
a.button {
  display: inline-block;
  background: rgb(40,40,40);
  color: #fff;
  padding: 26px;
  border-radius: 999px;
  text-decoration: none;
  font-family: Tahoma;
  font-size: 20px;
  line-height: 1;
  font-weight: 1000;
}
a.restart {
  display: inline-block;
  background: black;
  color: grey;
  padding: 8px;
  border-radius: 9999px;
  text-decoration: none;
  font-family: Tahoma;
  font-size: 18px;
  line-height: 1;
  font-weight: 100;
}
