footer {
    background-color: #08496C;
    padding: 20px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

footer p {
    margin: 0;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
    color: #fff;

}