body {
    background-color: #4a4a4a;
}

.card {
    width: 320px; 
    border-radius: 20px;
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.profile-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

.info-line {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    margin-bottom: 10px;
}

a {
    font-weight: bold;
}

.side-img {
    width: 250px;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}

.mobile-img {
    width: 320px !important;
    height: auto !important;
    border-radius: 20px !important;
    object-fit: cover !important;
    display: block !important;
}

