@charset "utf-8" 
    
html{
    height: 100%;
    
}
header {
    color: #2867A0
    
    
}
body{
    margin: 10px;
    background-color:rgb(162, 205, 244);
}

main{
    max-width:1000px; 
    margin-top: 0px;    
    margin-right: 15px;
    margin-left: 15px;
}
h1 {
    text-align:center ;
    font-family:serif;
    font-weight: bold;
    background-color:rgba(40, 103, 160, 0.68);
    color: #FFFFFF;
    padding: ;
    font-weight: 10px;
    border-radius:0px ;
    font-size: 15
    
}

h2{
    text-align:center;
    font-family:serif;
    background-color:#2867A0;
    color: #ffffff;
    padding: 5px;
    font-weight: bold;
    border-radius:5px ;
    
}

h3{
    font-family: serif;
    text-align:;
    font-weight:bolder;
    font-size: 15pt;
    color: #000000;
        
}

h4{
    font-family: serif;
    text-align: ;
    font-weight:bolder;
    color: #000000;
    font-size: 15pt;
    margin-bottom:0px;
}

section ul {
    font-family: serif;
    text-align: ;
    list-style: none;
    color: #000000;
    
}

section p{
    font-family: serif;
    text-align: center;
    color:#581845;
    
}

footer{
    color:#ffffff;
    font-size: 10pt;
    text-align:left;
    margin-top:50px;
    
}