body {
    background-color: #eee5d8;
}

* {
    font-size: 20px;
    font-family: Arial;
   }

h1 {
    text-align: center;
    font-size: 40px;
    font-family: Arial;
    margin-bottom: 10px;
    color: #aa5555;
   }

h2, h3, h4 {
    color: #000000;
    
    a { 
        color: #000000; 
        text-decoration: none;
    }
} 

.header {
    text-align: center;
    overflow: hidden;
    padding: 1px 1px;
    margin-bottom: 25px;
  }

.header a {
    color: #000000;
    text-align: center;
    padding: 30px;
    text-decoration: none;
    font-size: 20px; 
    line-height: 25px;
    font-style:italic;
  }

a:link {
    color: black;
  }

a:hover {
    color: #aa5555;
  }
  
.sitemap {
    padding: 5px;
    text-align: center;
    box-align: center;
    width: 1000px;  
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
  }

.carrd {
    text-align: center;
  }