
/* CSS HEX */
/*--licorice: #211103ff;
--black-bean: #5a1f0fff;
--hunter-green: #4b644aff;
--dun: #e9d0afff;
--baby-powder: #fffffaff;*/


/*element selectors*/

html {
    background-color: #e9d0afff;
    background-image: url(/images/Background.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    font-family: timesNewRoman, serif;
    font-size: 17px;
}
figure {font-size: 10px;
color: #5a1f0fff;}

body {
    width: 98%;
    margin: auto;
     font-family:  Oswald;
}
hr {
    color:#4b644aff
}
h1,h2 { 
    text-align-last: center;
font-family: Montserrat}

h1{color: #5a1f0fff}
h1 a {color: #4b644aff}

Header,Footer{
    background-color:#fffffaff ;
color: #211103ff}

p{
    font-size: 16px;
    line-height: 150%;
    font-family: Oswald;
}

p > span {
    font-weight: bold
}
/*classes*/

.logo {
  display: block;
    width: 190px;
    float: right}
.path {
    float: right;
    padding: 8px;
    margin:8px;
}
.navtwo {
  text-align: center;
  color: coral
}

.firstboarder {
    border: double black 1px;

    padding: 2px;
    margin:2x;
}
.secondboarder {
    border: dashed #5a1f0fff 3px;
    padding: 4px;
    margin:4px;
}

/*Id Selectors*/
#Board {
    color: #fffffaff;
    font-size: x-large
}
#List {
        font-size: 10px;
    color: #4b644aff;
    font-weight: bolder;

}
#link {
    color:#5a1f0fff
}
/*descendant selectors*/
li {font-size: 19px}
nav ul {
    list-style-type: none;
}
nav ul li a {
    text-transform: capitalize;
    text-decoration: none;
    line-height: 200%;
    color:#211103ff;
    font-size: 14px
}




