body {
    background-color: #958d6f;
    margin: 0;
    overflow-y: scroll;
    font-family: 'Arial', sans-serif;
}

#footprints {
    position: relative;
    width: 100%;
}

.foot {
    position: absolute;
    width: 23px; /* Updated width */
    height: 41px; /* Updated height */
}

