body {
    background-color: thistle;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

li{
    font-size: 20px;
}

p {
    font-size: 20px;
}

section {
    max-width: 60%;
}