body {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

p {
  margin: 2px 0;
  line-height: 1.3em;
  font-size: 8px;
  color: #cccccc;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  color: #ffffff;
  margin: 2px 0 0 0;
  left: 7px;
  position: relative;
  font-size: 7px;
  font-family: sans-serif;
}

.main-banner-button {
  height: 35px;
  position: relative;
}

.main-banner {
  background: url("./images/background.jpg");
  background-repeat: no-repeat;
  width: 300px;
  height: 50px;
  position: relative;
}

.main-banner a {
  display: block;
}

.wrapper-column {
  display: flex;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 9px;
}

.wrapper-column .column:first-child {
  order: 1;
  width: 35%;
}

.column {
  width: 65%;
}

.text-header {
  position: relative;
  left: 15px;
  top: 5px;
  width: 190px;
}

.text-button {
  right: 0px;
  width: 100px;
  position: absolute;
  bottom: 23px;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.button-animation {
  right: 0;
  width: 100px;
  position: absolute;
  bottom: 15px;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.content {
  color: #ffffff;
  overflow: auto;
  position: relative;
  padding: 0 0 2px 7px;
  height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger {
  min-height: 10px !important;
  display: none !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
