body {
  background-color: #f2f2f2;
  margin: 0;
}

.container {
  width: 1200px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  padding: 10px;
}

.item1,
.item2 {
  width: 450px;
  margin: 10px;
  padding: 10px;
}

.item1 {
  background-color: #e6f0ff;
}

.item2 {
  background-color: #fff0e6;
}

.item1 h1 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #1a1a1a;
  line-height: 1.2;
}

.item1 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #003366;
  line-height: 1.4;
}

.item1 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.item2 h1 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  color: #4d2600;
  line-height: 1.2;
}

.item2 h2 {
  font-family: "Lora", serif;
  font-size: 22px;
  color: #663300;
  line-height: 1.4;
}

.item2 p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  color: #444444;
  line-height: 1.7;
}
