Body {
        font-family: Arial, Helvetica, sans-serif;
        background-color: #0f172a;
}

h1 {
        color: #38bdf8;
        vertical-align: middle;
        font-size: 42px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        margin-top: 25px;
        margin-right: 25px;
        margin-bottom: 25px;
        margin-left: 25px;
        padding: 8px;
}

p {
        vertical-align: middle;
        color: #94a3b8;
        font-size: 24px;
        font-weight: thin;
        text-align: center;
        line-height: 1.6;
        margin-top: 0;
        margin-right: 20px;
        margin-bottom: 25px;
        margin-left: 20px;
        padding: 8px;
        border-radius: 12px;
}

input {
        display: block;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        padding: 12px;
        border-radius: 14px;
}

#birthYear {
        display: block;
        vertical-align: middle;
        color: #ffffff;
        background-color: #1e293b;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 25px;
        margin-left: auto;
        padding: 12px;
        border-radius: 14px;
        border: 2px solid #38bdf8;
}

button {
        display: block;
        color: #ffffff;
        background-color: #22c55e;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 25px;
        margin-left: auto;
        padding: 12px 24px;
        border-radius: 14px;
        vertical-align: middle;
        border: none;
}

button:hover {
        background-color: #4ade80;
}

#result {
        display: block;
        color: #FFFFFF;
        font-size: 30px;
        background-color: #0284c7;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        padding: 12px;
        border-radius: 12px;
        text-align: center;
        width: fit-content;
}

#container {
        background-color: #1e293b;
        width: 85%;
        max-width: 900px;
        margin-top: 40px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
        padding: 30px;
        border-radius: 25px;
        border: 2px solid #334155;
}

/* ===== إضافة تظبيط الصورة والكلام ===== */
.profile-img {
        display: block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #38bdf8;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
}

.profile-name {
        color: #38bdf8;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
        padding: 0;
}