
/* Large squared black border */
hr.new5 {
  border: 3px solid white;
 / border-radius: 3px;
   margin: auto;
   width:50%;
   height:1px; 
   background: white; 

}

hr.new6 {
  border: 3px solid white;
 / border-radius: 3px;
   margin: auto;
   width:50%;
   height:1px; 
   background: white; 

}
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  background-color: black;
  height: 100%;
  color: #ffffff;
  line-height: 1;
}
h1 {font-size: 30px;}
h2 {font-size: 17px;}
h3 {font-size: 25px;}

.w3-wide {letter-spacing: 8px;}
.w3-hover-opacity {cursor: pointer;}
