body {
  color: white;
  background-color: black;
  font-size: 22px;
}

.panel {
  background-color: rgba(0, 0, 0, 1.0);
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0;
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.disclaimer {
  font-size: x-small;
  color: #333333;
}
