@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

body{
  font-family: "Open Sans";
  font-size:18px;
  color:#888;
  font-weight: 300;
}

a{color:#98be0c;}
a:hover{text-decoration:none;color:#58be0c;}
.logo{width:100%; max-width:500px;}