.discord-ent {
  width: 207px;
  height: 40px;
  padding: 2px !important;
  border-radius: 6px;
  background: #000;
  border: 0;
  display: block;
  text-decoration: none !important;
  margin: 0 24px;
  color: #000;
  margin-top: 12px;
}

.discord-ent:hover {
  color: #5865F2;
  background: linear-gradient(90deg, #121EA7 0%, #5865F2 100%);
}

.discord-ent .cont {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
}