@charset "utf-8";
body {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    line-height: 1.4em;
    background-color: #0D1B2A;
}

a:link , a:visited{
    color: #0D1B2A;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
}
a:hover , a:active{
    text-decoration: none;
    color: #243D57;
    background-size: auto auto;
}

#Container {
    background-color: white;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

h1, h2 {
    font-size: 1.6em;
}

h1 {
    font-weight: bold;
    color: #5A1516;
    font-size: 2em;
    text-align: center;
}
nav ul li {
    list-style-type: none;
    margin-top: 12px;
}




section {
    margin-top: 50px;
}
#statement  {
    text-align: center;
}

#statement p {
    text-align: center;
    font-style: italic;
    font-size: 1.3em;
    margin-bottom: 30px;
}

#contact ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
#contact ul li a {
    color: #000000;
    text-decoration: none;
}
