body {
    font-family: 'Varela Round', sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
}

.card {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background-color: white;
}

.profile-img {
    width: 240px;
    height: 320px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}
