.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.App-logo-component {
  animation: App-logo-spin infinite 5s linear;
}

@keyframes App-logo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
