.discord-fieldset {
  border: 3px solid #fff !important;
}
.discord-legend {
  padding: 0 0.5em !important; 
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 650;
  margin: 0;
}

.discord-card {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2.12%;
  background-color: #90a4ec;
  border: 0;
  border-radius: 15px;
  padding: 10px 15px;
  color: #fff !important;
  height:100%;
}

.discord-footer {
  margin-top:auto; 
}

.discord-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  background-color: transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.discord-body {
  padding-left: 20px;
  padding-right: 20px;
}

.description {
  white-space: initial;
  margin-bottom: 1em;
}


.member-count {
  font-size: 14px;
  font-weight: 800;
}
.guild-name {
  font-size:1.5em;
  font-weight: 700;
  margin-right: 1em;
}

.member-count-label {
  font-weight: normal;
  transform: perspective(1px) translateY(-50%);
}


.discord-cta {
  border-bottom: 3px solid #7289da;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: #7289da;
  padding: 12px 25px;
  color: #fff !important;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-height: 45px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.discord-cta:hover {
  background-color: #8ea1e1;
  border-bottom: 3px solid #8ea1e1;
  transition: 0.3s;
  color: #fff !important;
}