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

#header{
  background-color: #1E1E1E;
  top: 0px;
  height: 130px;
  margin: 0px auto;
}

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

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

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

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

.web {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight:700;
  color: #00AEFF;
  text-align: center;
}

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

.text4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  color: #FFFFFF;
}

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

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

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

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