body {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

footer {
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
    background-color:  rgb(12, 12, 145);
    color: white;
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 600px) {
    
    footer {
        font-size: 14px;
    }
}