<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 17px;
    font-family: caveat, merienda;
    color: #F7F3ED;
   margin-top: 40px;
   margin-bottom: 40px;
   margin-left: 250px;
   margin-right: 250px;
    padding: 5px;
     border-style: double;
    border-width: 10px;
    border-color: hsl(39, 28%, 74%);
    
    background-color: #F7F3ED;
    
}

h1 {
    color: #C4A697;
    background-color:none;
    text-align: center;
}

h2 {
    color: #C49279;
    background-color:none;
    text-align: center;
}

h3 {
    color: #AD836B;
    background-color:none;
    text-align: center;g
}

h4 {
    color: #C4A697;
    background-color:none;
    text-align: center;
    font-size: 12;
}


button {
    color: white;
    background-color: #ffccd9;
    justify-content: center;
    size: 500px;
}

img {
    border-style: none;
    border-width: 5px;
    border-color: #CFAD75;
    padding: 8px;
}

nav {
    text-decoration: none;
}

li {
    color: #c0a5a5;
    font-style: none;
    text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
    text-decoration: none;
    color: #e0d2d2;
}

p {
    color: #aa9575;
    letter-spacing: 0.6px;
    word-spacing: 1.5px;
    line-height: 1.5;
    text-align: center;
}

br {
    color: #aa9575;
    letter-spacing: 0.6px;
    word-spacing: 1.5px;
    line-height: 1.5;
    text-align: center;
}

.sidenav {
    height: 80%;
    width: 170px;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #F3D8C7;
    border: double;
    border-width: 10px;
    border-color: #CFC2AA;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 43px;
    margin-top: 40px;
    margin-left: 20px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #C4A697;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #D69A6D;
  }

  .mainbody {
     height: 20%;
     background-color: #F7F3ED;
}
 
@font-face {
    font-family: Caveat;
    src: urlhttps://fonts.google.com/specimen/Caveat?sidebar.open=true&amp;selection.family=Kalam&amp;query=caveat;
 }
 
 * {
    font-family: Caveat;
 }

 @font-face {
    font-family: Merienda;
    src: urlhttps://fonts.google.com/specimen/Merienda?sidebar.open=true&amp;selection.family=Kalam&amp;query=meri
 }
 
 * {
    font-family: Merienda;
 }</pre></body></html>