@media only screen and (min-width: 701px) {
  body {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 1.5;
    text-align: center !important;
    font-weight: 500;
    letter-spacing: 0.1rem;
    background-color: #ffffff;
    color: #333333;
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
}


@media only screen and (max-width: 700px) {
  body {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 1.5;
    text-align: center !important;
    font-weight: 500;
    letter-spacing: 0.1rem;
    background-color: #ffffff;
    color: #333333;
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
}
