body {
background: #2688d1;
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
letter-spacing: 2px;
}

img {
vertical-align: middle;
}

.profile-picture {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
height: auto;
max-width: 100px;
}

.profile-name {
text-align: center;
padding: 5px;
}

.links {
text-align: center;
background-color: #F5BA60; color: black;
vertical-align: middle;
margin-top: 10px;
padding: 5px;
border: 1px solid #f5ba60;
border-width: 2px;
width: 310px;
height:25px;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 40px;
}

a {
text-decoration: none;
color: white;
transition: color 1s;

}

.bottom-text {
text-align: center;
margin-top: 40px;
font-size: 20px;
font-weight: bold;
}

a:hover {
color: #000;
background: #fff;
}

