

body {
  background: url(../../images/bg-top2.jpg) top center no-repeat;
  background-color: #DEC1BA;
}

.intro h1.title {
  width: 100%;
  color: black;
  font-family: helvetica, sans-serif;
  font-size: 2.5rem;
  padding-top: 50px;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.intro h3.header {
  width: 100%;
  color: black;
  font-family: helvetica, sans-serif;
  font-size: 1.3rem;
  padding-top: 30px;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 100;
  text-align: center;
}
.intro p {
  color: black;
  font-family: helvetica, sans-serif;
  font-size: 1.1rem;
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 100;
  text-align: justify;
}
.bottom-red {
  background-color: #CF3452;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 150px;
}
