body {
    background-color: beige;
    font-family: Arial, sans-serif;
}

h1 {
    color: purple;
    font-size: 40px;
    text-align: center;
}

h2 {
    color: purple;
    font-size: 28px;
}

p {
    font-size: 18px;
}

ul, ol {
    font-size: 18px;
}

img {
    width: 200px;
}