body {
    background-color: cornsilk;
    font-family: Arial, sans-serif;
    color: black;
    padding: 20px;
}

h1 {
    font-family: cursive;
    font-size: 2em;
    font-weight: bold;
}

.toys {
    color: green;
    font-family: cursive;
}

.food {
    color: brown;
    font-family: monospace;
}

.lot {
    margin-bottom: 5px;
}
