/* @font-face kit by Fonts2u (https://fonts2u.com) */
@font-face {
    font-family: "SteelfishRg-Bold";
    src: 
        url("https://raw.githubusercontent.com/cbolson/icodethis-challenges/main/assets/fonts/SteelfishRg-Bold/steelfish_bd.eot?") format("eot"), 
        url("https://raw.githubusercontent.com/cbolson/icodethis-challenges/main/assets/fonts/SteelfishRg-Bold/steelfish_bd.woff") format("woff"), 
        url("https://raw.githubusercontent.com/cbolson/icodethis-challenges/main/assets/fonts/SteelfishRg-Bold/steelfish_bd.ttf") format("truetype"), 
        url("https: //raw.githubusercontent.com/cbolson/icodethis-challenges/main/assets/fonts/SteelfishRg-Bold/steelfish_bd.svg#SteelfishRg-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}
body{
font-family: "SteelfishRg-Bold"
}

.wheelSdsfsfdsf{
transform-origin: top;
    animation: rotate 3s infinite;
}
@keyframes rotate {
    to{rotate: 1turn}
    
}