body {
  background-color: #e5e5e5;
}
.abc {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 30vh;
}
.title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #181818;
}

.sub-desc {
  color: #7a2929;
  margin-bottom: 1rem;
}

.description {
  margin: 0 auto;
  padding: 3rem;
  width: 60vw;
  color: #4d5156;
  font-size: 0.9rem;
  line-height: 1.6;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
}
