body  {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container {
    width: 1200px;
    display: flex;
    justify-content: center;
    margin: 10px auto;
    padding: 10px;
    background-color: #ffffff;
}

.item1 {
  width: 450px;
  margin: 10px;
  padding: 10px;
  background-color: #fff2e6;
}

.item2 {
  width: 450px;
  margin: 10px;
  padding: 10px;
  background-color: #e6f0ff;
}

.item1 h1 {
  font-family: 'Caveat', cursive;
  font-size: 36px;
  color: #5a3e2b;
  line-height: 1.2;
}

.item1 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #6a4b3a;
  line-height: 1.4;
}

.item1 p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.item2 h1 {
  font-family: 'Lora', serif;
  font-size: 30px;
  color: #1f2f44;
  line-height: 1.2;
}

.item2 h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #2b4a7d;
  line-height: 1.4;
}

.item2 p {
  font-family: 'Comic Neue', cursive;
  font-size: 15px;
  color: #2b2b2b;
  line-height: 1.7;
}