@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.custom-body {
  background-color: #0C86C6;
}

.custom-input {
  text-align: center;
}

.custom-name {
  color: #0C86C6;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 576px) {
  .custom-card {
    max-width: 400px;
  }
}