body {
  background-color: white;
  font-family: Arial;
}

.container {
  margin-top: 30px;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
}

p {
  font-size: 16px;
}

.left-column {
  background-color: brown;
  color: white; 
  padding: 15px;
  height: 500px;
}

.right-column {
  background-color: yellow;
  color: black;
  padding: 15px;
  height: 500px;
}

.left-image {
  width: 150px;
  height: 170px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.right-image {
  width: 150px;
  height: 170px;
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
} 

