body {
  font-family: 'poppins', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
}

.form-control,
.btn,
.badge,
.card {
  border-radius: 0 !important;
  font-family: 'poppins' !important;
}

.btn-cm:hover,
.btn-cm {
  background-color: #00767C;
  color: #fff;
  width: 100%;
}

#result {
  color: #00767C;
  font-weight: 700;
  text-transform: uppercase;
}

.bg-cm {
  background-color: #00767C !important;
  color: #fff !important;
}