@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Cause:wght@100..900&family=Jockey+One&family=SN+Pro:ital,wght@0,200..900;1,200..900&display=swap');

.container{
    display: flex;
    width: 1200px;
    background-color: darkslategray;
    padding: 10px; margin: 10px;
    justify-content: center;
}
.item1{
    width: 450px;
    background-color: antiquewhite;
    padding: 10px; margin: 10px;
}
.item2{
    width: 450px;
    background-color:blanchedalmond ;
    padding: 10px; margin: 10px;
}
h1{
  font-family: "Jockey One", sans-serif;
  color: olive;
}
h2{
    font-family: "SN Pro", sans-serif;
}
 p{
    font-family: "Playpen Sans Deva", cursive;
    line-height: 1.5;
    font-size: larger;
 }
.item2 h1{
      font-family: "Alfa Slab One", serif;
      color: darkolivegreen;
}
.item2 h2{
    font-family: "Oswald", sans-serif;
}
.item2 p{
    font-family: "Cause", cursive;
    line-height: 1.5;
    font-size: larger;
}
