body {
background: black;
color: #000000;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
letter-spacing: 2px;
}
.profile-picture {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10%;
padding: 30px;
height: auto;
max-width: 350px;
}
.profile-name {
text-align: center;
padding: 30px;
}
.links {
text-align: center;
margin-top: 20px;
padding: 15px;
border: 1px solid rgb(255, 255, 255);
border-width: 2px;
width: 300px;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 40px;
}
a {
text-decoration: none;
color: rgb(255, 255, 255);
transition: color 1s;
}
.bottom-text {
text-align: center;
margin-top: 1px;
margin-bottom: 20px;
font-size: 25px;
font-weight: bold;
}
a:hover {
color: #ff0000;
}
