 body {
margin: 0;
font-family: Arial, sans-serif;
background-image: url(knight.jpg);
background-size: 300px 400px;
background-repeat: repeat;

}

.content-frame {
position: relative;
left: 0px;
background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white */
padding-right: min(2%,40px);
padding-left: min(40px,2%);
padding-top: 20px;
margin-right: auto;
margin-left: min(50px, 2%);
margin-top: 20px;
max-width: 800px;
border-radius: 10px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

}

.flex {
display: flex;
justify-content: space-between;
align-items: center;
}


.image-content {
  flex: 1;
  text-align: right;
}

.image-content img {
   max-width: 100%;
   height: auto;
   border-radius: 8px;
}

h1 {
margin-bottom: 20px;
}

p {
line-height: 1.6;
}

th, td {
  padding-bottom: 0;
}

table, th, td {
  border: 0;
  border-collapse: collapse;
}

ul {
margin-top: 0;
}