:root {
            	--body-bg-image: url('/images/uDqGVcP.jpeg');
              --content: #000000;
}

body{
  background-color: #bce6f6;
  font-family: "Courier New", monospace;
  background-image: var(--body-bg-image);
  font-size: 12px;
}

hr{
  border: 0;
  border-top: 2px dashed #000000;
  margin-top: 15px;
}


#container{
  margin: 0 auto;
  max-width: 700px;  
}

main{
 max-height: 1000px;
 padding: 10px;
 background-color: #3E4350;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box{
  border-width: 7px;
  border-style: solid;
  border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round; 
  padding: 5px;
  max-height: 1000px;
}

.box2{
  border: 1px solid black;
  background-color: #c0daed;
  max-height: 1000px;
  padding: 10px 10px 20px 10px;
}


.navbar{
  border: 1px solid black;
  background-color: white;
}


h2{
  margin: 10px;
  font-size: 24px;
}

nav ul {
  list-style-type:none;
  padding-left:0;
  display:flex;
  flex-wrap:wrap;
  justify-content: center; 
}
nav ul li {
  padding-right:15px;
  font-size: 13px;
}

a{
text-decoration: none;
color: blue;
}

a:visited{
color: blue;
}

li a:hover{
  text-decoration:underline;
  text-decoration-style: 3px solid;
  background-color: blue;
  color: #ffffff;
}

