<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: white;
}

p {
    color: white;
}

h1{
    align-content: center;
    font-family: 'Georgia';
    font-size: 45px;
    font-weight: 300;
    border-top: 3.5px;
    color: white;
    background-color: #FAAD89;
    margin-bottom: -5px;
    line-height: 3em;
    text-align: center;
    display: block;
    width: 90%;
    border-left: 3.5px  ;
    border-right:  3.5px  ;
     border-top-style: double;
     border-left-style: double;
     border-right-style: double;
     border-top-right-radius: 30px;
     border-top-left-radius: 30px;
    margin: auto;
    text-shadow: -0.075em -0.01em 0em #7A655C;
    border-color: #7A655C;
    background-image: linear-gradient(180deg, #FAAD89, #FAD7C8)
    
}

hgroup {
    margin: auto;
  
    align-content: center;
    align-items: center;
    width: 90%;
    display: block;
    font-family: 'Georgia';
    font-size: 30px;
    font-weight: 200;
    background-color: #FAAD89;
    border-bottom: 3.5px;
    border-bottom-style: double;
    color: white;
    margin-top: -5px;
    line-height: 3em;
    text-align: center;
    border-color: #7A655C;
    border-left: 3.5px #7A655C ;
    border-right:  3.5px #7A655C ;
     border-left-style: double;
     border-right-style: double;
    border-bottom-right-radius: 30px;
     border-bottom-left-radius: 30px;
    text-shadow: -0.1em -0.01em 0em #7A655C;
        background-image: linear-gradient(0deg, #FAAD89, #FAD7C8)
 
    
    
}

.whitespace{
    display: block;
    height: 55px;
    width: 100%
        
}

h2{
    color: white;
    font-size: 30px;
    font-family: 'Georgia';
    text-decoration: underline;
    text-align: center;
    margin: 0 auto;
    text-shadow: -0.075em -0.01em 0em #7A655C;
    
}

#navigation {
    color: white;
    display: block;
    margin: auto;
    width: 75%;
    height: 50em;
    text-align: center;
    align-content: center;
    background-color: #FAAD89;
    border: 5px #7A655C;
    border-style: double;
    border-radius: 30px;
    background-image: linear-gradient(180deg, #FAAD89, #FAD7C8, #FAD7C8, #FAAD89);
    font-family:'georgia';
    
}


li {
    list-style-type: circle;
    list-style-position: inside;
    line-height: 100px;
}


a:link, a:visited, a:active {
    color: white;
    text-decoration: none;
    font-weight: medium;
    font-family: 'Georgia';
    font-size: 30px;
    align-content: center;
}

a:hover {
    text-decoration: underline;
    color: #89E1FA;
        
    }
    </pre></body></html>