footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    text-align: center;

    background-color: #087e8b;
    color: #fbfcff;
}