body {
  background-color: #2c1d2c;
  color: white;
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 3;
  font-style: normal;
  margin:    0 auto;
  max-width: 60rem;
}

h1 {
  font-size:48px;
}

.text-center {
  text-align: center;
}

.text-glow {
  color:#fff;
  text-shadow:1px 1px 10px #fff, 1px 1px 10px #ccc;
}

.talking {
  display: flex;
  justify-content: center;
  align-items: center;
}

.badges {
  display: flex;
  align-items: center;
  justify-content: center;
}