body {
    background: #ffdc96;
    font-family: "Montserrat", sans-serif;
    color: #000
}

main {
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    padding: 40px;
    margin: 40px;
}

nav {
    display: flex;
    justify-content: center;
}

nav a {
    margin: 10px;
    font-size: 20px;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    margin-bottom: 30px;
    margin-top: 24px;
    text-align: center;
}

img {
    width: 200px;
    margin: 20px auto;
}

h2 {
    font-size: 24px;
    margin-top: 48px;
    margin-bottom: 24px;
    text-align: center;
}

p,
li {
    font-size: 16px;
    line-height: 1.8em;
}

p,
ul {
    margin-bottom: 12px;
}

ul {
    list-style-type: disc;
}

li {
    margin-left: 24px
}

strong {
    font-weight: bold;
}