﻿
.spinner {
    transform-origin: center;
    animation: spin 1s linear infinite;
    position: absolute;
}