/* oud al‑Ali Archive – Black, White & Gray Theme */
/* Centering the archive */
.archive-content {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
border: 1px solid black;
}
.archive-oud {
background-color: mintcream;
}
/* Base header styles (layout only, no colors) */
.archive-header {
background-color: #008f00;
text-align: center;
padding: 1rem;
margin-bottom: 1rem;
border: 1p solid #ddd;
border-radius: 1rem;
color: white;
}
.archive-header h1 {
color: color: white;;
}
.search-area {
background: #fffff4;
border: 1px solid black;
border-radius: 8px;
padding: 2rem;
margin: 1rem;
}
/** to syle later
#search {
}
**/
.archive-footer {
border: 1px solid black;
}
.other-archives {
display: flex;
justify-content: space-around;
}