body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
}
.card {
    background:white;
    padding:20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.profile {
    width:150px;
    border-radius:50%;
}
.buttons a {
    display:block;
    margin:10px;
    padding:10px;
    background:#000;
    color:white;
    text-decoration:none;
    border-radius:8px;
}
