/*element selectors*/
html {
    background-color: rgb(255,255,238);
    font-family: timesNewRoman, serif;
    font-size: 17px
}
figure {font-size: 10px}
body {
    width: 98%;
    margin: auto;
}
/*classes*/
.path {
    float: right;
    padding: 8px;
    margin:8px;
}
.navtwo {
  text-align: center;
  color: coral
}
/*descendant selectors*/
li {font-size: 17px}
nav ul {
    list-style-type: none;
}
nav ul li a {
    text-transform: capitalize;
    text-decoration: none;
    line-height: 200%;
}
h1,h2 { text-align-last: center;}

p{
    font-size: 16px;
    line-height: 150%;
    font-family: Georgia, serif
}

Li {font-size: 14px}

h1{color: rebeccapurple}
h1 a {color: darkblue}

.firstboarder {
    border: double black 1px;

    padding: 8px;
    margin:8px;
}