body {
    background-image: url("meat.jpg");
    background: top left no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
//animation: spin 1s infinite steps(8);
// }
@keyframes spin {
    to { transform: rotate(1turn); }
}