body {
  background-color: #e6e6fa;
  font-family: 'Open Sans', sans-serif;
}
.container {
  width: 1200px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 10px;
  padding: 10px;
}
.item1 {
  width: 450px;
  background-color: #ffd6e7;
  margin: 10px;
  padding: 10px;
}
.item2 {
  width: 450px;
  background-color: #d0f0ff;
  margin: 10px;
  padding: 10px;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #333333;
  line-height: 1.4;
}
h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #555555;
  line-height: 1.4;
}
.item1 p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #222222;
  line-height: 1.6;
}
.item2 p {
  font-family: 'Lora', serif;
  font-size: 16px;
  color: #111111;
  line-height: 1.8;
}