@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Domine:wght@400..700&family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Oranienbaum&display=swap');



.container {
    width: 1200px;
    display: flex;
    padding: 10px;
    margin: 10px;
    justify-content: center;
    background-color: cornsilk;
}
.item1 {
    width: 450px;
    padding: 10px;
    margin: 10px;
    background-color: blanchedalmond;
}
.item2 {
    width: 450px;
    padding: 10px;
    margin: 10px;
    background-color: antiquewhite;
}
.item1 h1 {
    color: darkblue;
      font-family: "Cantata One", serif;
  font-weight: 400;
  font-style: normal;
    
}

.item1 h2 {
    color: darkcyan;
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    font-style: normal;
}

.item1 p {
    color: black;
     font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.item2 h1 {
    color: darkblue;
     font-family: "Old Standard TT", serif;
  font-weight: 700;
  font-style: normal;
}

.item2 h2 {
    color: darkcyan;
     font-family: "Domine", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.item2 p {
    color: black;
    font-family: "Caladea", serif;
  font-weight: 400;
  font-style: normal;
    
}

