.fg{margin-top: 30px;
  
  display: flex;
  justify-content: center;
  margin-top: 330px;
  animation: rotate 2s infinite linear
}
@keyframes rotate{from{transform: rotate(0deg)} to{transform: rotate(360deg)}}

