body {
  font-family: helvetica, arial, sans-serif;
  text-align:center;
  background-color:#006ea9;
  color:#fff200;
}

img {
  max-width: 500px;
  width:100%;
  margin: auto;
  }

.mono
{
  font-family:monospace;
  font-size:2em;
}

.small {
  font-size: 0.75em;
}

.bottom {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

button {
  background-color: #fff200;
  color: #ee161f;
  border: 6px solid #ee161f;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: bold;
}
