@charset "utf-8";
body {
background: #FFFFFF;
color: lightgray;
font-family: 'Roboto Condensed', sans-serif;
font-size: 18px;
letter-spacing: 2px;
}
img {
border-radius: 50%;
}
.profile-picture {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10%;
height: auto;
max-width: 100px;
}
.profile-name {
text-align: center;
padding: 25px;
}
.links {
text-align: center;
margin-top: 15px;
padding: 15px;
border: 1px solid black;
border-width: 2px;
width: 250px;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 40px;
}
a {
text-decoration: none;
color: black;
transition: color 0.5s;
}
.bottom-text {
text-align: center;
margin-top: 40px;
font-size: 20px;
font-weight: bold;
}
a:hover {
color: white;
background: #E40303;
transition: background 0.5s;
}