

/*element*/
html {
    background-color: rgba(240, 255, 254)}

p{
  font-family: "Raleway";
  font-optical-sizing: auto;
  font-weight: normal;
      font-style: normal;
color:black}

li{
  font-family: "Shadows Into Light", cursive;
  font-weight: 600;
    font-style:normal}

figure {border: groove; 
display: block; width: fit-content; align-content: normal;margin: auto;}


figcaption{text-align-last: center; 
font-weight: bold;
    font-family: 'Kaushan Script';
    font-style: normal;
    color: blueviolet}

/*multiple tag selectors*/
h1 {color: maroon; 
    font-family: 'ChunkFive';
    font-weight: normal;
    font-style: normal;text-align-last: center;}

h2,h3,h4,h5,h6{
    font-family: 'ChunkFive';
    font-weight: normal;
    font-style: normal;
color: firebrick; text-align-last: center;}

h4+p {font-weight: normal}
/*descendent tag features*/
nav ul li{font-weight: bold; text-align-last: left; }

/*other*/

ol li{font-family:'Times New Roman',Times,serif;}

.centered{margin-left: auto; margin-right: auto; text-align: justify; display: flex}

.img_border{border: 3px brown}

hr{border: ridge}

.labrador-behavior{font-weight: normal;
    font-family: 'Kaushan Script';
    font-style: normal;
    color: black}

#email_page_author {font-family: "Shadows Into Light", cursive;
  font-weight: 200;
    font-style:normal}

#should_be_bigger{font-family: 'ChunkFive';
    font-weight: bold; font-size: medium;
    font-style: normal;color:maroon}

p span{font-family: "Raleway";
  font-optical-sizing: auto;
  font-weight: normal;
      font-size: smaller;
color:black}

#waterdog{margin-left: auto; margin-right: auto}



