body {
  background-color: #271212;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
}

.text1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-style: regular;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center
}

.text2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-style: regular;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center
}

.web {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-style: Light;
  color: #FFFFFF;
  line-height: 1.4;
  text-align: center
}

.text3 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-style: regular;
  color: #FFFFFF;
}

.red {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-style: regular;
  color: #BC150E;
  font-weight: bold;
  text-align: center
}

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

#main{
  background-color: #271212;
  top: 0px;
  width: 1060px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px
}

#wrapper{
  width: 1080px; 
  margin: 0 auto;
  background-color: #271212;
  text-align: left;
}

a:link, a:active, a:visited, a:hover {
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-style: regular;
  font-weight: bold;
  text-decoration: none;
}

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

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