 @import url('https://fonts.googleapis.com/css?family=Lato');

 html{
   font-family: Lato;
 }

.wrapper{
  width: 580px;
  margin: 0 auto;
  text-align: center;
}

h1{
  text-align: center;
}

a{text-decoration:none;}
