.terms-body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #eee !important;
  background-color: #000 !important;
  margin: 1rem 10rem !important;
  font-size: 0.9rem;
}

h1,
h2,
h3 {
  color: #ccc;
}

.h1,
.h2,
.h3 {
  margin-top: 3rem;
  font-weight: 600;
}

.h1 {
  font-size: 2rem;
}
.h2 {
  font-size: 1.5rem;
}
.h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
}

p {
  margin-bottom: 15px;
  text-align: justify;
}
div {
  text-align: justify;
}

.strong {
  font-weight: 600;
}

.sub-header {
  font-weight: 600;
  margin-top: 1rem;
}

a {
  color: #ccc;
  /* text-decoration: none; */
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

address {
  font-style: normal;
}

.definition {
  margin-bottom: 1rem;
}

.close-btn {
  position: fixed;
  right: 10rem;
}

@media only screen and (max-width: 900px) {
  .terms-body {
    margin: 1rem 3rem !important;
  }

  .close-btn {
    right: 3rem;
  }
}
