body{
    background-color: hsl(0, 0%, 8%);
    color: white;
    font-family: Inter;
    font-size: 14px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card{
    text-align: center;
    background-color: hsl(0, 0%, 12%);
    width: 300px;
    height: 510px;
}
.social-media{
    display: block;
}
.social-button{
    width: 250px;
    height: 40px;
    margin: 5px;
}
#name{
    font-size: 25px;
    margin: 5px;
    font-weight: 600;
}
#country{
    color: hsl(75, 94%, 57%);
    margin-top:1px;
    font-size: 12px;
    font-weight: 400;
}
#description{
    margin-top: 25px;
}
#personal-photo{
    border-radius: 50%;
    margin-top: 10px;
}
.social-button{
    border-radius: 7px;
    background-color: hsl(0, 0%, 20%);
    color: white;
    font-weight: 700;
    border: none;
}
.social-button:hover{
    background-color:hsl(75, 94%, 57%); 
    color: black;
    cursor: pointer;
}
