body {
    background-color: #555;
}

.container {
    width: 90%;
    max-width: 500px;
    margin: auto;
    text-Hussaingn: center;
    padding-top: 40px;
}


.profile {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}


h1 {
    font-size: 72px;
    margin-bottom: 10px;
    color: white;
}


.intro,
.details {
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}


.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
}


.btn:hover {
    background: #005fcc;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}


th,
td {
    padding: 12px;
    border: 1px solid #999;
    text-Hussaingn: left;
    background: #fff;
}


th {
    background: #e0e0e0;
}

.abc {
    color: white;
    font-size: 60px;
}