body {
  background-color: #FFF2F2;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-align: center;
}

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

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

.web {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #9F0110;
  text-align: center
}

.text3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #000000;
  text-align: center
}

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

#main{
  background-color: #FFFFFF;
  top: 150px;
  width: 1050px;
  border-style: solid;
  border-color: #9F0110;
  border-width: 1px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px
}

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

#header{
  height: 150px;
  text-align: center;
  background-color: #E99BA2;
}

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

a:link, a:active, a:visited, a:hover {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none
}

a.recip:link, a.recip:active, a.recip:visited, a.recip:hover {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #FDFCBC;
  text-align: center;
  text-decoration: none
}

