.background{
    background-color: red;
}

body{
    background-color:rgb(228, 250, 148);
    margin:0;
    color: black;
    font-family: Arial;
}

footer{
    display:block;
    left:5px;
    position: absolute;
    
}

span{
    color: #336600;
    font-family: sans-serif;
}



h1{
    font-weight: bold;
    text-align: center;
    font-family: Arial Black;
    color: #336600;
    font-size: 48pt;
} 

h2{
    color:black;
    font-family: Arial;
    font-weight: bold;
    font-size: 32pt;
    text-align: center;
}

h3{
    color:black;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}

h4{
    color:black;
    font-family: Arial;
    font-weight: bold;
}

h5{
    font-weight: bold;
    font
}

p{
    color: black;
    font-family: Arial;
}

hr{
    border-color: black;
}

.active{
    background-color:#ddd;
}

.titlecont{
    font-size: 5px
}

.listitem{
    margin: 10px 0;
}
 

.header {
    background-color: #c28910;
    padding: 20px;
}

#small{
    font-size: 10pt;
    color: #336600;
    font-family: Arial Black;
}

  
#navbar {
    overflow: hidden;
    background-color: #8c8c00;
}
  
#navbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
  
#navbar a:hover {
    background-color: #ddd;
    color: black;
}
  
#navbar a.active {
    background-color: #4CAF50;
    color: white;
}
  
.content {
    padding: 16px;
}
  
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}
  
.sticky + .content {
    padding-top: 60px;
}



