/* Sticky Footer Classes */

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(100, 120, 136);
    color: white;
    text-align: center;
}