* {
    box-sizing: border-box;
}
#root,
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
        Helvetica Neue, sans-serif;
}
code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.App {
    background-image: url('../../static/media/deck.274608ff8f29b5e2d85e.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.App,
.canvasClass {
    height: 100%;
    width: 100%;
}
.canvasClass {
    background-color: #00000080;
}
.controls-container {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.controls-container h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.button-77 {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: transparent;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01, sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    touch-action: manipulation;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
}
@media (min-width: 768px) {
    .button-77 {
        padding: 19px 32px;
    }
}
.button-77:after,
.button-77:before {
    border-radius: 80px;
}
.button-77:before {
    background-color: rgba(249, 58, 19, 0.32);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2;
}
.button-77:after,
.button-77:before {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
}
.button-77:after {
    background-color: transparent;
    background-color: initial;
    background-image: linear-gradient(92.83deg, #ff7426, #f93a13);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
    transition: all 0.1s ease-out;
    z-index: -1;
}
.button-77:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}
.button-77:active:not(:disabled) {
    color: #ccc;
}
.button-77:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(92.83deg, #ff7426, #f93a13);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}
.button-77:disabled {
    cursor: default;
    opacity: 0.24;
}
/*# sourceMappingURL=main.9e8b648e.css.map*/
