body {
    background-color: #dfcdc3;
    color: #47240d;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.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);
}
#container {
    padding-left: 15px;
}
.img {
    border: #47240d solid 2px;
    border-radius: 10px;
    width: 600px;
    height: auto;
}
@media (max-width:600px) {
    .img {
        display: none;
    }
}
.img-mobile {
    border: #47240d solid 2px;
    border-radius: 10px;
    width: 330px;
    height: auto;
}
@media (min-width:500px) {
    .img-mobile {
        display: none;
    }
}
.img1 {
    border: #47240d solid 2px;
    border-radius: 10px;
    width: 300px;
    height: auto;
}
@media (max-width:600px) {
    .img1 {
        display: none;
    }
}
.img1-mobile {
    border: #47240d solid 2px;
    border-radius: 10px;
    width: 300px;
    height: auto;
}
@media (min-width:500px) {
    .img1-mobile {
        display: none;
    }
}
#footer {
    background-color: #c0aa9f;
    text-align: center;
}