body {
  background-image:url('sky.png');
  background-size:contain;
  background-color: black;
  color: white;
  font-family: Verdana;
}

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

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

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



/* 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: #09cfe8;
                /* 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("water2.webp");
                background-size: 10%;
            }

            /* navigation section!! */
            #navbar {
                height: 40px;
                background-color: #09cfe8;
                /* 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: #a49cba;
                
                
/* END HEADER NAVBAR SECTION */
                text-decoration: underline;
            }
            

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