
body {
  background-color: #d3c8b7;
}


.container {
  width: 1200px;
  background-color: #836d6d;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 10px;
}


.item1, .item2 {
  width: 450px;
  padding: 10px;
  margin: 10px;
}

.item1 {
  background-color: #cce5ff;
}

.item2 {
  background-color: #ffe5cc;
}


.item1 h1 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #003366;
}

.item1 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: #004c99;
}

.item1 p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}


.item2 h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  color: #663300;
}

.item2 h2 {
  font-family: 'Lora', serif;
  font-size: 22px;
  color: #994d00;
}

.item2 p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}