.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #b3d7ff; 
    color: black;
    text-align: center;
    height: 30px;
} 