<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pixelmining-header {
  width: 100%;
  float: left;
  background-color: black;
}

.pixelmining-header &gt; img {
  float: left;
  height: 375px;
  width: 100%;
}

.message {
  float: left;
  width: 100%;
  height: 300px;
}

.message span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 70px !important;
  font-weight: bold;
  margin-top: 10%;
}

@media only screen and (min-width: 320px) and (max-width: 1280px) and (min-height: 569px) and (max-height: 1024px) {
  .pixelmining-header &gt; img {
    height: 200px;
  }

  .message {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .message span {
    font-size: 40px !important;
    font-weight: bold;
    margin-top: 70%;
  }
}



@media only screen and (min-width: 320px) and (min-height: 480px) and (max-height: 568px) {

 .pixelmining-header &gt; img {
    height: 120px;
    width: 100%;
  }

    .message {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .message span {
    font-size: 30px !important;
    font-weight: bold;
    margin-top: 50%;
  }




}</pre></body></html>