body {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  color: #333;
}

h1 {
  line-height: 1.3em;
  font-size: 34px;
  padding-bottom: 10px;
  font-weight: 500;
}

h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.6em;
  display: block;
}

h3 {
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 500;
  display: block;
  font-weight: 500;
}

p {
  padding-bottom: 1em;
}

ul {
  list-style-type: disc;
  padding: 0;
  line-height: 26px;
  padding-left: 1em;
}

a {
  font-family: Open Sans,Arial,sans-serif;
  color: rgb(153 0 114);
  text-decoration: none; 
}
a:hover {
  text-decoration: underline;
}

.main_title {
  text-align: center !important;
  margin-bottom: 20px;
}

#main-content {
  background-color: #fff;
}

.container {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
