    .attribution 
    {
        font-size: 11px; text-align: center;
        margin-top: 20px;
    }

    .attribution a 
    { 
        color: hsl(228, 45%, 44%); 
    }

    body
    {
       font-family: Inter, Helvetica, Tahoma, Arial, sans-serif;
       line-height: 1.5;
       color: hsl(0, 0%, 100%);
       background-color: hsl(0, 0%, 8%);
       min-height: 100vh;
       align-items: center;
       justify-content: center;
       display: flex;

    }

    .profile-card
    {
       max-width: 375px;
       min-height:100%;
       background-color: hsl(0, 0%, 12%);
       padding: 20px;
       border-radius:15px;
       text-align: center;
    }

    .profile-img
    {
        border-radius: 50%;
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
        object-position: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .social-links
    {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        padding: 0 10px;
       
    }

    p 
    {
        font-size: 14px;
    }

    .location
    {
        color: hsl(75, 94%, 57%);
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    
    .name
    {
        font-size: 24px;
        font-weight: 700;
    
    }


    

