.footer {
    background-color: #ccc;
    padding: 1rem;
    margin-top: 0;
    height: 3rem;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0
}

.right {
    position: fixed;
    right: 1rem
}