body{
  color: #000;
  font-size: 18px;
  font-family: 'century gothic', sans-serif;
  padding:10px;
  overflow-x: hidden;
  background-color: #347394;
}
#wrapper{
  width: 1170px;
  margin: auto;
}
a{
  text-decoration: none;
  color: #FFF;
}
a:visited , a:link{
  color: #FFF;
}
a:hover{
  font-weight: bold;
}
h2{
  text-align: center;
}
