
body{
    font-family: Arial, Helvetica, sans-serif;
    margin:40px;
    color:#333;
    line-height:1.6;
}
.container{
    max-width:900px;
    margin:auto;
}
.logo{
   
    border:none;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
    color:#777;
}
h1{
    color:#003366;
}
h2{
    color: #003366;
    margin-top: 30px;
}
.footer{
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.footer a{
    color: #003366;
    text-decoration: none;
    margin: 0 10px;
}

.footer a:hover{
    text-decoration: underline;
}