*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: hsl(0, 0%, 8%);
}

.foreground{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
}

.foregroundContent{
    background-color: hsl(0, 0%, 12%);
    height: 30rem;
    border-radius: 15px;
    width: 20rem;
    padding: 1rem;
}

.imgAvatr{
    border-radius: 50%;
    height: 90px;
}

.imgDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading{
    color: hsl(0, 0%, 100%);
    margin-top: 30px;
    text-align: center;
}

.subheading{
    color: hsl(75, 94%, 57%);
    text-align: center;
}

.suubtext{
    color: hsl(0, 0%, 100%);
    margin-bottom: 5px;
}

.gitLink, .frontLink, .link, .twitt, .Ig{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 35px;
    background-color: hsl(0, 0%, 20%);
    border-radius: 10px;
    margin-top: 10px;
}

.gittLink, .gittLink, .fronttLink, .linkk, .twitter, .instagram{
    text-align: center;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    font-size: 1rem;
}