html {
    height: 100%;
}

h1,
h2,
p,
table {
    margin: 1.5rem 0;
}

body {
    min-height: 100%;
    background: white;
    border: 2px solid black;
    margin-top: 0.5em;
    font-family: "Amiri", "Bellefair", "IBM Plex Sans Arabic", serif;
    font-size: 13px;
    color: #444444;
    text-align: center;
    padding: 1em 1em 0.75em 1em;
}

#toggleLanguage {
    position: absolute;
    top: 11.5px;
    right: 18px;
    font-size: 17px;
    color: #010101;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 10px;
}

#headingArabic,
#headingEnglish {
    font-family: "Amiri", "Dancing Script", cursive, "IBM Plex Sans Arabic", "Caveat", cursive, serif;
    font-size: 30px;
    margin-bottom: 0;
}

#quoteEnglish,
#quoteArabic {
    font-style: italic;
    color: #444;
    font-size: 0.9rem;
    text-align: center;
    margin: 1rem 0 2rem;
    font-family: 'Lora', serif;
}

#quoteArabic {
    font-size: 1.1rem;
}

#img1 {
    height: 11.5em;
}

#altEnglish,
#altArabic {
    font-size: 10px;
    margin-top: -0.4em;
}

h4 {
    margin-top: 25px;
    margin-bottom: 18px;
}

#nameEnglish,
#nameArabic {
    position: relative;
    bottom: 7px;
    margin-top: 26px;
    margin-bottom: 16px;
    font-size: 14.5px;
}

table {
    width: 60%;
    margin: 2rem auto;
    border-collapse: collapse;
    font-size: 1em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

th,
td {
    border: 1px solid #d9b3b3;
    text-align: center;
    height: 30px;
}

th {
    padding: 0.5rem;
    background-color: #f7e0e0;
    color: #333;
    font-weight: 600;
}

td {
    padding: 0.5rem;
    background-color: #fbf1f1;
}


#directionsEnglish,
#directionsArabic {
    font-size: 22px;
}

section h4,
footer {
    font-weight: bold;
}

.ol {
    list-style-position: inside;
    margin: 0 auto;
    padding: 0;
}

.top_sections {
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 0;
}

.bottom_sections {
    font-size: 16px;
    line-height: 6px;
    margin-bottom: 15px;
}

.final_section div {
    margin-top: -0.1em;
}

.final_section>h4 {
    margin-bottom: 0.5rem;
    margin-top: 0.1rem;
}

footer {
    text-align: center;
    font-size: 16px;
    margin-bottom: 1.5rem;
    margin-top: 0.5em;
}

.button {
    text-decoration: none;
    border: 1.25px solid black;
    padding: 4px 10px;
    font-size: 17px;
    color: black;
    text-transform: uppercase;
    margin: 0.5rem;
}

@media screen and (max-width: 500px) {
    #toggleLanguage {
        font-size: 15px;
    }
}