@import url('base.css?id=2');

ol {
    list-style: none;
}

ol > li {
    display: table-row;
}

ol > li:before {
    content: attr(value)".";
    display: table-cell;
    padding-right: 5px;
}

header {
    background-color: #29578B;
    width: 100%;
}

footer li:before {
    content: unset;
    display: unset;
    padding-right: unset;
}

header img {
    height: 50px;
    margin-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    header img {
        margin-left: 5rem;
    }
}