body {
  background-color: #2d2d2d;
  font-family: 'Open Sans';
  color: rgb(231, 231, 231);
}

#terms h1 {
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  padding: 50px 0px 30px 0px;
}

#terms h2 {
  font-size: 22px;
  font-weight: bold;
}

#terms h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0px 15px 0px;
}

#terms h4 {
  font-size: 17px;
  font-weight: bold;
  padding: 20px 0px 15px 0px;
}

#terms p {
  font-size: 16px;
}

#terms a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ccc;
  padding: 10px;
}

th {
  background: #505050;
}