.footer {
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    background-color: rgb(222, 218, 218, 0.5);
    font-size: 15px;
    padding: 15px;
    top: 100%;
}