.groomy-spinner{
    margin: 2rem auto;
    width: 48px;
    height: 48px;
    border: 6px solid #ddd;
    border-top-color: #333;
    border-radius: 50%;
    animation: groomy-spin 0.8s linear infinite;
}

@keyframes groomy-spin{
    to{ transform: rotate(360deg); }
}
