.userBanner {
color: white;
text-transform: uppercase;
font-weight: 700;
font-size: 71%;
border-radius: 100px 45px 100px 45px;
padding: 5px 7px;
background-size: 700% 700%;
animation: AnimBanner 10s ease infinite
}
.userBanner.userBanner--staff {
border: .6mm...