#fw-section-custom-html-e6aede0b-cc03-4c34-bb55-9685ca66d22c {

.discord {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically */
  height: 100%;            /* Makes sure the container takes up the full height of its parent */
}
}