body {
    background-color: #F3E4D6;
    color: #47240d;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h2 {
    text-align: center;
}
#icon {
    width: 25px;
    height:auto; 
}
p {
    text-align: center;
}
.emojis {
    width: 20px;
    height: 20px;
}
#arrow-btn {
    float: left;
    margin: 15px;
}
#langbtn {
    float: right;
    margin: 15px;
    background-color: transparent;
    border: 1px solid transparent;
}
#langbtn:hover {
    transform: translateY(5px);
}
#photos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
#photos img {
    width: 120px;
    height: auto;
    border: 1px solid #47240d;
    border-radius: 10px;
    background-color: #CDB0A2;
    padding: 10px;
}
#footer {
    background-color: #CDB0A2;
    text-align: center;
}

body.arabic {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}