body{
    padding:0;
    margin:0;
    background-color: #f0f2f3;
}
.content {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #636d78;
    max-width: 1200px;
    margin: 20px auto;
    position: relative;
    height: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-family: Calibri,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #004493;
    margin-top: 0;
}
h4{
    margin-bottom: 10px;
}
strong{
    color: #004493;
}

ul {
    list-style-type: none;
}
ul li::before { 
    content: "";
    width: .5em;
    height: .5em;
    background-color: #96be28;
    display: inline-block;
    margin: 0 .5em 0 -1em;
}

p {
    margin: 0 0 12px;
}
#logo{
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px
}
#footer{
    background-color: #004493;
    padding: 70px 0;
}

.row{
    display: flex;
}
.justify-between{
    justify-content: space-between ;
}
.self-center{
    align-self: center;
}
.text-white,.text-white a{
    color:white;
}
a{
    text-decoration: none;
}
#footer a{
    margin-right: 10px;
}
