<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    
    background-color: aliceblue;
    font-family: sans-serif;
    font-size-adjust: auto;
      
}

h1{
    color: white;
    float: left;
    margin-top: 80;
    margin-left: 10;
    font-size: 40;
}
h3 {
    
    font-family: sans-serif;
}


h2 {
    
    font-family: cursive;
    color: rebeccapurple;
    margin: 5;
        
}

.wrapper { width: 80%;
 /* can be percentage or pixel width
*/
 margin: 5px auto;
 /* 5px top/bottom, auto left/right
*/
}


.header-img{
    
    width:-100%;
    height: 25vh;
    background: url(headerimg.jpeg);
    background-repeat: no-repeat;
    background-image:
    linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
    url('headerimg.jpeg');
}



#main-content{
    width:60%;
    float: left;
    margin-left: 10;
}

#secondary-content{
    width: 25%;
    float: right;
    margin: 20px;
    padding: 0px;
    background-color: rebeccapurple;
    color: white;
}

#third-content{
    width: 78;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    background-color: rebeccapurple;
    color: white;
    background: url(stars.jpg);
    background-repeat: no-repeat;
}

@media screen and (max-width: 600px){
.wrapper{ width:320px; }
}

li {
    
    list-style-type: none;
    display: inline; 
    margin-right: 12px;
}


li.a:link {
    
    font-family: sans-serif;
    
}


#skip-links{
    
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    
}

#skip-links a:focus{

    position:static;
    width:auto;
    height:auto;
}


/*Contact Us Form*/
.section_border { margin:10px 40px 20px 40px; padding:8px; }
.section_title {
clear:both; color:rebeccapurple; font-size:130%; font-weight:bold; padding:px; text-align: center;
}

label {
    display: inline-block;
    width:100px;
    text-align: center;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #FFFF;
  color: black;
}

.topnav a.active {
  background-color: rebeccapurple;
  color: white;
}

</pre></body></html>