.body {
    position: relative;
    overflow: hidden;
}

.footer {
    height: 30px;
    width: 100%;
    /* background-color: #4a6360; */
    background-color: #81948b;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small {
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}
