/* change links styles to buttons and icons for footer links */

body {
    font-family: tajaawal, Arial, sans-serif;
    background-color: #FFFFFF;
    color: #374151;
    padding: 0;
    margin: 0;
    text-align: center;
}

#title {
    color: #111827;
    margin: 0;
}

.header-links {
    background-color: #E5E7EB;
    width: auto;
    padding: 10px;
    display: block;
}
.header-links a {
    color: #111827;
    text-decoration: none;
}
.header-links a:visited {
    color: navy;
}
.header-links a:hover {
    color: #2563EB;
    text-decoration: underline;
}

.link-lang-AR, .header-links-EN {
    display: inline-block;
    text-align: left;
    width: 50%;
}
.link-lang-EN, .header-links-AR {
    display: inline-block;
    text-align: right;
    width: 50%;
}

#header-logo {
    display: inline-block;
    min-width: 40px;
    width: 200px;
    min-height: 40px;
    height: 200px;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
}

#header-logo img {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: auto;
    margin: auto;
}

#about {
    background-color: #E5E7EB;
    width: auto;
    padding: 10px;
    border-radius: 8px;
}

#about h2 {
    color: #111827;
}

#learning-plan {
    background-color: #FFFFFF;
    width: auto;
    padding: 10px;
    border-radius: 8px;
}

#learning-plan h2 {
    color: #111827;
}

#listAR {
    margin-top: 0;
    margin-bottom: 20px;
    padding-inline-start: 1.25rem;
    display: inline-block;
    text-align: right;
}

#listEN {
    margin-top: 0;
    margin-bottom: 20px;
    padding-inline-start: 1.25rem;
    display: inline-block;
    text-align: left;
}

#thank {
    padding: 10px;
}

footer {
    color: #EAF0F4;
    background-color: #000000;
    padding: 10px;
    margin-top: 0;
}

footer a {
    color: #EAF0F4;
    text-decoration: none;
}
footer a:visited {
    color: #9CA3AF;
}
footer a:hover {
    text-decoration: underline;
}