#name {
    font-size: 50px;
}
#icon {
    display: inline;
    height: 200px;
    border-radius: 50%;
    padding: 30px;
}
body {
    background-color: #525252;
    font-family: 'Roboto Mono', monospace;
}
#profile {
    display: flex;
    align-items: center;
    border: 5px solid #6f6f6f;
    border-radius: 15px;
    width: fit-content;
    margin-right: 30px;
}
#description {
    font-size: 30px;
    padding-right: 20px;
}
#socials {
    border: 5px solid #6f6f6f;
    border-radius: 15px;
    width: fit-content;
}
#social_title {
    font-size: 50px;
    padding: 10px;
    margin: 10px;
}
a {
    color: rgb(155, 155, 155);
    text-decoration: none;
}