html, body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: black;
}

#main-div {
  max-width: 1038px;
  margin: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.widget {
  float: left;
}
@media (max-width: 680px)  {
  .widget {
    width: 100%;
  }
}

canvas {
  width: 100%;
}

.debug {
  border: 3px solid green;
}

#info {
  font-size: 24px;
}
#info-small {
  font-size: 12px;
}

#buttons {
  padding-top: 10px;
}

.button {
  border: 1px solid #fff;
  background-color: #000;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#space {
  margin-top: 102px;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  color: white;
  text-align: center;
}
