#fw-section-custom-html-eb92b745-8bf9-4105-94c7-bc7a32800fbc {
* {
  background-color: #111;
  min-height: 30px;
  line-height: 30px;
  font-weight: bold;
}

div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

a {
  text-align: center;
  text-decoration: none;
  color: white;
  margin: 0 5px;
}

a#discord {
  display: inline-block;
  background: #5865F2;
  height: 25px;
  width: 20%;
  margin-bottom:5px;
}

a#discord:hover {
  background: blue;
}

a#patreon {
  display: inline-block;
  background: #ff5900;
  height: 25px;
  width: 20%;
  margin-bottom:5px;
}

a#patreon:hover {
  background: orange;
}
}
#fw-section-footer {
* {
  background-color: #111;
  color: white;
}
}
#fw-section-header {
* {
  background-color: #111;
  color: white;
}

.header__link {
  border: 2px solid white;
}

.header__link:hover {
  background-color: #333;
}
}
#fw-section-featured-collection-1736556618 {
* {
  background-color: #111;
  color: white;
}

a.button {
  border: 2px solid white;
}

a.button:hover {
  background-color: #333;
}
}