Badir
body {
font-family: 'Cairo', sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 20px;
direction: ltr;
text-align: left;
}
.header {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
flex-wrap: wrap;
gap: 20px;
}
.logo {
width: 240px;
height: auto;
}
.title {
font-size: 42px;
font-weight: 700;