﻿.spinner-band {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(121 214 152);
    color: white;
    text-align: center;
    padding: 5px;
    display: none;
    z-index: 10000;
}
