@charset "utf-8";

.App-logo { height: 40vmin; pointer-events: none; }

@media (prefers-reduced-motion: no-preference) {
  .App-logo { animation: 20s linear 0s infinite normal none running App-logo-spin; }
}

.App-header { background-color: rgb(15, 15, 16); min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; }

.App-link { color: rgb(97, 218, 251); }

@keyframes App-logo-spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
