body {
    background-color: #141414;
    text-align: center;
    font-family: sans-serif;
    
}

img {
    border-radius: 360%;
    height: 90px;
    margin-top: 26px;
    border: 3px dotted #C4F82A;
    /* yaha per postion k bajaye margin de kr b chek karna hai */
    /* postion / relative di aur us k bad margin top simple dia aur wo is case main work kar gya hai ok ho gya */
}

.data {
    width: 320px;
    height: 516px;
    background-color: #1F1F1F;
    position: absolute;
    margin: auto;
    inset: 0;
    border-radius: 16px;
    
}

h2 {
    color: white;
}

h4 {
    position: relative;
    bottom: 12px;
    color: #C4F82A;
}

p {
    color: white;
}

.links {
    color: white;
    width: 248px;
    height: 32px;
    position: relative;
    left: 38px;
    top: -4px;
    background-color: #333333;
    padding-top: 7px;
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 8px;
}

.links:hover {
    cursor: pointer;
    background-color: #C4F82A;
    color: #333333;
}

a {
    text-decoration: none;
}