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: 10px;
  color: #cccccc;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  color: #ffffff;
  padding: 0 10px;
  margin: 0;
  font-size: 10px;
  font-family: sans-serif;
}

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

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

.main-banner a {
  display: block;
}

.text-header {
  position: relative;
  top: 80px;
  left: 18px;
  width: 250px;
}

.text-button {
  left: 30px;
  width: 140px;
  position: absolute;
  bottom: 22px;
  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 {
  left: 14px;
  width: 170px;
  position: absolute;
  bottom: 10px;
  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 5px 10px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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