body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
.app {
    text-align: center;
}

.app-logo {
    animation: app-logo-spin infinite 20s linear;
    height: 40vmin;
    pointer-events: none;
}

.app-header {
    background-color: #282c34;
    font-size: calc(10px + 2vmin);
    color: white;
}


.app-body {
    position: relative;
}

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

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

