aside{
    width: 100%;
    position: sticky;
    bottom: 0;
    z-index: 2;
    background-color: rgb(224, 247, 232);
    padding-bottom: 0.1rem;
    border-top: 4px;
    border-top-style: groove;
    border-top-color: rgb(200, 255, 237);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;

}
aside>*{
    width: auto;
}
#bottomsspanNAME{
    font-size: 0.9rem;
    color: rgb(76, 112, 178);
    padding-right: 0.9rem;
}
#bottomsspanTIME{
    font-size: 0.9rem;
    color: rgb(0, 94, 94);
}
#bottomsspanTIME>#days{
    font-weight: 600;
    color: rgb(232, 135, 0);
}