body {
  background-color: #F4F4F4;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-align: center;
  color: #000000;
}

#main{
  background-color: #F4F4F4;
  top: 150px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px;
}

#wrapper{
  margin: 0 auto;
  background-color: #F4F4F4;
  text-align: left;
}

#header{
  height: 150px;
  text-align: center;
  border-top: 2px solid #FF5582;
  border-bottom: 2px solid #FF5582;
  background-color: #FDFDFD;
}

#footer
{
  text-align: center;
  background-color: #F4F4F4;
}

.text1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.text2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.web {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-style: normal;
  color: #FF5582;
  font-weight: bold;
  text-align: center;
}

.text3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

.text4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  color: #000000;
  text-align: center;
}

.text5 {
  font-family: Arial;
  font-size: 9px;
  font-style: normal;
  color: #000000;
  text-align: center;
}

a:link, a:active, a:visited, a:hover {
  color: #3e85b2;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

a.recip:link, a.recip:active, a.recip:visited, a.recip:hover {
  color: #8F2541;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

hr {
  text-align: center;
  width: 50%;
}

div.centered {
  margin-left: auto;
  margin-right: auto;
}