
body {
    background-color: LightSteelBlue;
}

h1{
    color:Black;
    text-align:center;
    background-color:yellow;
}

h5{
    text-align:right;
}
nav ul {
    list-style-type:none;
}
nav ul li{
    background-color green;
    display:inline;
    margin:5px 5px;
    padding:5px 10px;
    border:solid black 1px;
}
