body {
    background-image: url("https://al-zalam.medievil.wiki/Background.jpg");
    background-color: #1a1a1f;
}

img {
    float: right;
}

#content {
  margin: auto;
  width: 50%;
  background-color: #f8f4f1;
  color: black;
  padding: 10px 50px;
}

@media only screen and (max-width: 600px) {
  #content {
    width: -webkit-fill-available;
  }
  img {
    float: none;  
  }
}