*
{
font-family: "Inter";
}

.profile-box
{
    border-radius: 15px;
    background-color: #1f1f1f;
    padding: 26px;
    max-width: 375px;
    margin-top: 100px;
}

img
{
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin: 40px auto 0;
    display: block;
}

body
{
    display: flex;
    justify-content: center;
    background-color: black;
}   

h1
{
    text-align: center;
    color: #ffffff;
}

.location
{
    text-align: center;
    color: #c5f82a;
}

p
{
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}

.button
{
    display: block;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    background-color: #333333;
    color: #ffffff;
    border: none;
    transition: 0.4s;
}

.button:hover
{
    background-color: #c5f82a;
    color: black;
}

a
{
    color: #ffffff;
    text-decoration: none;
}

.button:hover a
{
    color: black;
}
