@charset "UTF-8";
.container {
    width: 1000px;
    background-color: #5D6D7E;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
.header {
    width: 1000px;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
}
body {
    background-color: #5D6D7E;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
section {
    background-color: #5D6D7E;
    text-align: center;
    width: 1000px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
section p {
    font-family: alike-angular;
    font-style: normal;
    font-weight: 400;
}
ul li {
    font-style: normal;
    font-weight: 700;
    font-family: allan;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
footer {
    background-color: #000000;
    width: 1000px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
footer p {
    text-align: center;
    color: #FFFFFF;
    font-family: antic-slab;
    font-style: normal;
    font-weight: 400;
}
.container section h1 {
    font-style: normal;
    font-weight: 400;
    font-family: andada;
}
