body {
  background-image:url('hw images/hekate2 - ss077.jpg');
  background-size:10%;
  background-color: black;
  color: white;
  font-family: Verdana;
}

header {
  width:1000px;
  text-align: center;
  padding: 10px;
  color: white;
  margin: 20px auto;
}

.leftorangebox {
  padding: 10px;
  color: black;
  margin: 30px auto;
  width: 900px;
  background: #fff9f0;  
  border-style:groove;
  border-color:#e98a00;
  border-width:5px;
  text-align: left;
}

.leftgreenbox {
  padding: 10px;
  color: black;
  margin: 30px auto;
  width: 900px;
  background: #f3fff2;  
  border-style:groove;
  border-color:#00ff13;
  border-width:5px;
  text-align: left;
}

.leftpurplebox {
  padding: 10px;
  color: black;
  margin: 10px auto;
  width: 900px;
  background: #f9f1ff;  
  border-style:groove;
  border-color:#7a00cd;
  border-width:5px;
  text-align: left;
}

.centeredbox {
  padding: 10px;
  color: black;
  margin: 10px auto;
  width: 700px;
  background: #f9f1ff;  
  border-style:groove;
  border-color:#7a00cd;
  border-width:5px;
  text-align: center;
}

.box {
  padding: 10px;
  color: black;
  margin: 10px auto;
  width: 800px;
  background: #edfdff;  
  border-style:groove;
  border-color:#22d9f0;
  border-width:5px;
  text-align: left;
}


footer {
  width:1000px;
  text-align: center;
  padding: 10px;
  color: white;
  margin: 20px auto;
}


/* START HEADER NAVBAR SECTION */
#container {
                max-width: 1000px;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                /* this centers the entire page */
            }

            /* the area below is for all links on your page
    EXCEPT for the navigation */
            #container a {
                color: white;
                font-weight: bold;
                text-decoration:none;
                /* if you want to remove the underline
      you can add a line below here that says:
      text-decoration:none; */
            }


            /* container link when a link is hovered over */
            #container a:hover {
                color: #a49cba;
                text-decoration: underline;
            }

           #header {
                width: 100%;
                background-color: #e98a00;
                /* header color here! */
                height: 75px;
                /* this is only for a background image! */
                /* if you want to put images IN the header, 
      you can add them directly to the <div id="header"></div> element! */
                background-image:url("hw images/mine! - jack blanket2.jpg");
                background-size: 100%;
            }

            /* navigation section!! */
            #navbar {
                height: 40px;
                background-color: #e98a00;
                /* navbar color */
                width: 100%;
            }

            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }

            #navbar li {
                padding-top: 10px;
            }

            /* navigation links*/
            #navbar li a {
                color: white;
                /* navbar text color */
                font-weight: 800;
                text-decoration: none;
                /* this removes the underline */
            }

            /* navigation link when a link is hovered over */
            #navbar li a:hover {
                color: black;
                
                
/* END HEADER NAVBAR SECTION */
                text-decoration: underline;
            }
            

.lexend-test {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}