nav a {display: inline-block
color: black;
font-size: 16px;
background-color: blue;
margin: 12px;
padding: 15px;
font-family: verdana;
}
nav { background-color: yellow;
}

li {
    color: darkgreen;
    font-size: 18px;
}

h1, h2 {
    color: dark yellow;
    text-align: center;
}

p {
    color: black;
    font-size: 25px;
    text-indent: 24px;
	text-decoration: none;
	text-align: center;
}

a {
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: darkorange;
    text-decoration: underline;
}

a:visited {
    color: purple;
}


img {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 10px auto;
}

/
.highlight {
    background-color: #f9f3a8;
    padding: 5px;
    border-radius: 4px;
}

