:root {
    --aspire-wrapper-bg: #c87c64;
}

.aspire-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--aspire-wrapper-bg);
    color: #fff;
    text-align: center;
    z-index: 99;
}

.aspire-wrapper p {
    padding: 10px;
    margin: 0;
}