.container {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  align-content: start;
}

.item:nth-child(1) {
  width: 25%;
  height: 75%;
  order: 1;
}

.item:nth-child(2) {
  flex-grow: 1;
  height: 75%;
  width: 500px;
  order: 2;
}
@font-face {
  font-family: galleryfont;
  src: url(Fonts/CHERI___.TTF);
}
body {
  
    font-family: "galleryfont";
    background-image: url(Decor/320794nop7wbmsme.gif);
    font-size: 1.1em;
    padding: 30px;
    color:rgb(158, 0, 103);
}
.infobox{
  border: solid 5px, rgb(147, 0, 100);
  border-radius: 10px;
  background-color:rgb(255, 241, 244);
  padding: 10px;
  max-width: 800px;
  max-height: 800px;
  margin:auto;
}
a{
  color: rgb(48, 151, 255);
}
li{
  list-style-image: url(Decor/q09-icon-pencil.gif);
}
footer {
  text-align: center;
}