
@import url('https://fonts.googleapis.com/css2?family=Karla&family=Mouse+Memoirs&family=Nunito&family=Open+Sans&family=Oswald&family=Yeseva+One&display=swap');
body{
    background-color: rgb(3, 49, 3);
}
h1,h2,p {
    line-height: 1.5;
}
.container{
    background-color: rgb(62, 7, 7);
    width: 1200px;
    padding: 10px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
} 
.item1 {
    background-color: antiquewhite;
    padding: 30px;
    margin: 10px;
    width: 450px;
}
.item1 h1{
    color: rgb(145, 105, 5);
   font-family: "Yeseva One", serif;
  font-size: 45px;
}
.item1 h2{
    color: rgb(203, 170, 86);
    font-family: "Oswald", sans-serif;
    font-size: 30px;
}
.item1 p{
    color: rgb(89, 76, 46);
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    line-height: 30px;
}
.item2 {
    background-color: rgb(252, 247, 240);
    padding: 30px;
    margin: 10px;
   width: 450px;
}
.item2 h1{
    color: rgb(116, 6, 81);
   font-family: "Mouse Memoirs", sans-serif;
  font-size: 45px;
}
.item2 h2{
     color: rgb(181, 38, 136);
    font-family: "Karla", sans-serif;
    font-size: 30px;
}
.item2 p{
     color: rgb(70, 15, 53);
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}



