html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #121220;
  font-family: "Courier Prime", monospace;
  color: #c3c3de;
  margin: 0;
  height: inherit;
  width: inherit;
}

p {
  margin: 0;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  padding: 0 1.5rem;
}

.card {
  width: 450px;
}

.card-top {
  display: flex;
  align-items: center;
  padding: 0.25rem 1rem 0;
  background-color: #d3ee6a;
  height: 2.5rem;
  border-radius: 11px 11px 0 0;
  color: #0f0f1b;
  font-weight: 600;
  font-size: 1.2rem;
}

.card-body {
  background-color: #1b1b2e;
  border-radius: 0 0 11px 11px;
  padding: 2.5rem;
}


h3 {
  font-size: 1.2rem;
  margin-top: 0;
}
