body {
    background-color: #f2f2f2;
    margin: 0;
}

.container {
    background-color: #ffffff;
    width: 1200px;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 10px auto;
}

.item1 {
    background-color: #e8fff0;
    width: 450px;
    margin: 10px;
    padding: 10px;
}

.item2 {
    background-color: #f5efef;
    width: 450px;
    margin: 10px;
    padding: 10px;
}

.item1 h1 {
    font-family: "Gravitas One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    color: #1b1b1b;
    line-height: 1.2;
}

.item1 h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #333333;
    line-height: 1.3;
}

.item1 p {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.item2 h1 {
    font-family: "Playwrite NZ Basic", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-size: 34px;
    color: #1b1b1b;
    line-height: 1.2;
}

.item2 h2 {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #1f6b3f;
    line-height: 1.3;
}

.item2 p {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}
