html {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    background-color: #00539f;      /* change the page color */
}

/* Styling the body */
body {
    width: 600px;
    margin: 0 auto;
    background-color: #ff9500;
    padding: 0 20px 20px 20px;
    border: 5px solid black;
}

strong {
    color: #00539f;
}

/* Positioning and styling the main page title */
h1 {
    font-size: 60px;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    color: #00539f;
    text-shadow: 3px 3px 1px black;
}

/* Styling the paragraph and list */
p, li {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}

/* Centering the imgae */
img {
    display: block;
    margin: 0 auto;
}
