body {
    background-color: cornsilk;
    font-family: sans-serif;
    font-size: 16px;
}

h1 {
    font-size: x-large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h2 {
    font-size: x-large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container {
    display: flex;
    width: 1200px center;
    padding: 30px;
    margin: 10px;
    background-color: lightcoral;
}

.item1 {
    background-color: lightblue;
}

.item2 {
    background-color: lightgray;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: white;
}