#resultText {
  background-color: rgb(105 114 122 / 7%);
  color: #333;
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
  min-height: 200px;
  white-space: pre-wrap;
  border-radius: 12px;
}
ul {
  padding-left: 0;
  margin: 0;
}
.lsit,
li {
  list-style-type: circle;
}
.justify-content-center {
  width: 100%;
}
.card {
  border-radius: 12px;
  background-color: #fff;
  border: none;
  margin: 25px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.heading,
h1,
h2 {
  color: rgb(44, 46, 49);
  margin-top: 40px;
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
}
.text-center {
  margin: 20px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.blue-text {
  color: var(--blue);
}
