body {
    
background-color: #fdf2cc;
font-size: 25px
    
}


h1{
    
    color: #0B9446;
    font-family: cursive;
    font-weight: bolder;
    text-decoration: none;
    font-size: 150%;
    text-align: center
        
}

h2{
    
    color: #7b573e;
    font-family: cursive;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
        
}

p{
    
    font-family: sans-serif;
    background: #e5e4d7;
    padding: 20px;
    border-color: #CF1C44;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    
}

#nav {
    
    background-color: darkgreen;
    height: 35px;
    font-size: 25px;
    font-weight: bold;
    
}

#nav ul {
    
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center
        
}

#nav li {
    
    display: inline;
    padding: 15px;
    vertical-align: middle;
}

#nav a {
    
    text-decoration: none;
    color: #00F;
    padding: 8px 8px 8px 8px;
    color: white;
    vertical-align: middle;
}

#nav a:hover {
    
    color: black;
    background-color: white;
}

.home-text {
    
   padding-top: none
       
}

.imagec {
    
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    padding: 3px;
      
}

#logo {
    
    margin-bottom: 50px;
    margin-top: 50px;
}