.odin-title {
  color: #cc9543 !important;
  text-transform: uppercase;
}

.bg-f3 {
  background-color: #f3f3f3;
  border-radius: 10px;
  line-height: 2;
}

.btn-table {
  background-color: #f3f3f3;
  color: #4a4a4a;
  border-radius: 0.2em;
  margin-bottom: 16px;
  margin-top: 16px;
}

.btn-blue {
  background-color: #6abfc3;
  color: #fff;
  border-radius: 0.2em;
}

.btn-brown {
  background-color: #cc9543;
  color: #fff;
  border-radius: 0.2em;
}

.brown-text {
  color: #cc9543;
}

.brown-fill {
  fill: #cc9543;
}

.advert {
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  line-height: 1.5;
  text-align: left;
  width: 70%;
  padding: 50px 0;
}

.advert-btn {
  margin-left: 30%;
  width: 30%;
}

.margin {
  /* this kills two birds */
  margin-left: 35%;
}

.margin-left {
  margin-left: 5%;
}

.border-top {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.footer {
  height: 300px;
}

.container-bg {
  background-color: #eee;
}

.discord-container {
  height: 500px;
  padding-top: 100px;
}

h1 {
  margin-top: 10px;
  font-weight: 200;
}

h2 {
  margin-top: 10px;
  font-size: 24px;
}