#number {
    background: #A0C444;
    font-size: 1rem !important;
    display: block;
    height: 35px;
    padding-top: 6px;
    padding-right: 80px;
    top: 0;
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 1rem !important;
}

body {
  background: linear-gradient(to bottom, #d6d6d6 0%,#f9f9f9 30%,#fff 100%);
  background-attachment: fixed;
}

.number-container {
    background: #A0C444;
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;

}

#number a {
    color: #fff;
}