body {
    font-family: 'Courier New', Courier, monospace;
    background-color: #0E0E0E;
    color: #EEEEEE;
    font-size: 12px;
    text-align: center;
}

span {
    color: rgb(24, 210, 110);
    font-weight: bold;
}

.center {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 370px;
  height: 170px;
}

.top {
    font-size: 18px;
    margin: 0px 0px 0px 0px;
}

.middle {
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

.down {
    margin: 10px 0px 0px 0px;
}

.sx {
    margin: -32px 231px 0px 0px;
}

.dx {
    margin: -14px 0px 0px 239px;
}

.bottom {
    margin: 27px 0px 0px 0px;
}