/* stylelint-disable media-feature-range-notation */
main {
  width: 90%;
  height: auto;
  margin: auto;
  background-color: lightblue;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 30px;
  margin-bottom: 50px;
}

.about-mixmarry h1 {
  font-size: 30px;
  color: rgb(163 3 3);
  font-weight: bold;
}

.heading {
  font-size: 20px;
  color: rgb(163 3 3);
  font-weight: bold;
}

.diff {
  font-weight: 900;
}

.para1,
.para2,
.para3,
.para4 {
  padding-top: 30px;
}

li {
  list-style: none;
}
