body {
    background-color:rgb(11, 11, 11);
    box-sizing:border-box;
    display:flex;
    justify-content: center;
    align-items: center;
    height:100vh;
    font-family:"Poppins", sans-serif;
}

.container{
    display:flex;
    background-color:rgb(32, 32, 32);
    width:420px;
    height:580px;
    justify-content: center;
    overflow:hidden;
    border-radius:12px;
    text-align: center;
    flex-direction:column;
    padding-bottom:1.5rem;
}

.image {
    width:6rem;
    display:flex;
    margin:1.5rem auto;
    border-radius:20rem;
}

.name{
    color:white;
    margin-bottom:0;
    font-size:1.65rem;
}

.place{
    color:rgb(153, 222, 110);
    font-weight:bold;
    margin-top:0;
    margin-bottom:1.5rem
}

.desc {
    color:white;
    font-size:0.9rem;
}

.buttons {
    display:flex;
    flex-direction: column;
}

.github, .mentor, .linkedin, .twitter, .instagram{
    color:white;
    font-weight:bold;
    font-size:1.1em;
    height:3rem;
    width:23rem;
    margin:0.5em auto;
    border-radius:10px;
    background-color: rgb(52, 51, 51);
    border:none;
}
