body {
background-image: url("sky.gif");
 background-color: #cccccc;
color: blue;
font-family: "Comic Sans MS", "Comic Sans", cursive;
}

header {
    float: none;
    list-style: none; /* Removes bullets from list items */
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    display: flex; /* Flexbox for horizontal layout */
    padding: 0; /* Removes extra padding from list */
}

