@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

body {
  background-color: #6f42c1;
  font-family: 'DM Sans', sans-serif;
}

.btn,
.badge {
  padding-left: 24px;
  padding-right: 24px;
}

.btn-close:focus {
  box-shadow: none;
}

.social-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  line-height: 24px;
}