@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;1,700&family=Montserrat:ital,wght@0,100;1,200&family=Quicksand:wght@400;600&display=swap');

body {
    background-color: rgb(233, 227, 226);
    font-size: 18px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
}

h1 {
    font-family: Merriweather, 'Times New Roman', Times, serif;
    font-size: 49px;
    color: rgb(84, 93, 54);
} 

h2 {
    font-family: Montserrat, Georgia, 'Times New Roman', Times, serif;
    font-size: 38px;
    color: brown;
}

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

.item1 {
    background-color: rgb(175, 255, 255);
    width: 450px;
    padding: 10px;
    margin: 10px;
}

.item2 {
    background-color: rgb(254, 240, 220);
    width: 450px;
    padding: 10px;
    margin: 10px;
}

.item1 h2 {
    line-height: 20px;
}

.item2 h1 {
    line-height: 90px;
}

.item2 h2 {
    font-size: 24px;
    line-height: 25px;
}

.item2 p {
    font-style: italic;
}
