.section{
  width: 80%;
  margin: 2% auto;
  background: rgba(255,255,255,0.8);
  padding: 15px 25px;
  color: #000;
}
.section h1{
    font-size: 25px;
}

.section h2{
  font-size: 12px;
}
.section p{
  font-size: 15px;
}
.text-danger{
  color: #a94442 !important;
}