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

.container {margin-top: 50px;
}

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

h2 {font-size: 30px;
}

p {font-size: 16px;
}

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

.right-column {
  background-color: orange;
  color: white;
  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;
}