.fill { 
    min-height: 100%;
    height: 100%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: lightgray;
    text-align: center;
}

.hand {
    display: block;
    cursor: pointer;
}