body { 
font-family:Open Sans, arial, sans-serif;
background-color:#f7f7f7;
}

h3 {
font-family:Roboto, arial, sans-serif;
font-weight:400;
letter-spacing:4px;
text-transform:uppercase;
}

.header { padding-bottom:1em; }

#content {
max-width:700px;
width:auto;
margin:0 auto;
text-align:center;
}

.header .img-wrap, .img-wrap img {
width:100px;
height:100px;
}

.header .img-wrap {
border-radius:50%;
-moz-border-radius:50%;
overflow:hidden;
margin:0 auto;
}

.links a {
color:#cf328b;
background-color: white;
padding: 15px 25px;
display: block;
margin-bottom:16px;
text-decoration:none;
transition: color 0.4s;
-webkit-transition: color 0.4s;
}

.links a:hover {
color:black;
}
