body {
    font-family: serif;
    background-color: seashell;
}

h1 {
    /*color: navy;*/
}

p {
    font-size: 16px;
    line-height: 1.5;
}

ul,
li {
    font-size: 16px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline; /* add underline on hover */
}

strong {
    color: brown;
}

.container {
    width: 70%; /* or any fixed width like 1000px */
    margin: 0 auto; /* auto left/right margins → centered */
}

nav {
    text-align: right;
    width: 70%;
    margin: 0 auto;
}

body {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}
