@use "../../assets/scss/abstracts" as *;
@use "../../assets/scss/base";

.App-main {
  text-align: center;
  background-color: #282c34;
  min-height: 100vh;
  font-size: calc(10px + 2vmin);
  color: white;
  overflow: hidden;

  @include flex;

  .sdw-logo {
    width: 10vmin;
  }

  .App-logo {
    height: 40vmin;
    pointer-events: none;

    @media (prefers-reduced-motion: no-preference) {
      animation: App-logo-spin infinite 20s linear;
    }
  }

  .App-link {
    color: #61dafb;
  }
}
