.section {
  width: 60%;
  flex-direction: column;
  align-items: center;
  margin: 40px auto;
  display: flex;
}

.body {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading {
  font-family: Space Mono, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.link {
  color: #fff;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link:hover {
  color: #ff00b2;
}

.div-block-2 {
  max-width: 550px;
  margin-bottom: 40px;
  display: none;
  position: relative;
}

.div-block-3 {
  text-align: center;
}

.div-block-4, .div-block-5, .div-block-6 {
  display: inline-block;
}

.div-block-7 {
  color: rgba(255, 255, 255, .58);
  white-space: nowrap;
  border-top: .5px solid #949494;
  border-bottom: .5px solid #949494;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.ticker-text {
  text-transform: uppercase;
  font-size: 18px;
}

.ticker-text.margin {
  padding-left: 1vw;
}

.ticker {
  width: 100%;
  overflow: hidden;
}

.div-block-9 {
  overflow: hidden;
}

.heading-2 {
  font-family: Space Mono, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .body {
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .section {
    width: 90%;
  }
}


