body {
    font-family: Arial, sans-serif;
    background: #f0f7ff;
    margin: 0;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.card {
    background: white;
    padding: 20px;
    width: 320px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
}

img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 15px 0;
    border: 3px solid #d0e6ff;
}

h1 {
    font-size: 22px;
    margin-bottom: 10px;
}

ul {
    text-align: left;
    padding-left: 20px;
}
