Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
@import "fonts";
a {
color: #27AAE1;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
div {
margin: 2em auto;
text-align: center;
width: 750px;
}
img {
width: 250px;
}
p {
color: #555555;
font: 300 2.5em "Open Sans", sans-serif;
margin: 0;
}