.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--background-color: rgba(0,0,0, .8);--main-background-color: #ffc60b;--background-image:"";--background-image-size:15%;--background-image-color: #ff3703;--promo-text-color: black;--content-text-color: black;--line-text-color: black;--close-button-color: white;--close-button-background-color: rgba(180, 50,50, 1);--game-body-width: 450px;--game-body-height: 600px;--info-body-width: 450px;--info-body-height: 600px}.background{display:flex;width:100%;height:100%;background-color:var(--background-color, rgba(0,0,0, .8));justify-content:center;align-content:center;z-index:20}.modal{display:flex;flex-direction:row;width:auto;height:auto;position:absolute;z-index:20;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:15px}.main{background-color:var(--main-background-color, #ffc60b);border-radius:15px}.image{display:flex;flex-direction:row-reverse;background-position:center;background-image:var(--background-image);background-repeat:no-repeat;background-size:var(--background-image-size);background-color:var(--background-image-color, #ff3703);min-height:250px;width:100%;margin:0;padding:0;align-items:center;border-top-left-radius:14px;border-top-right-radius:14px}.body{display:flex;flex-direction:row;margin-top:10px}.bodyInfo{width:var(--info-body-width);height:var(--info-body-height)}.bodyGame{width:var(--game-body-width);height:var(--game-body-height);border:0;border-radius:25px}.promoText{width:100%;margin:0;color:var(--promo-text-color, black);padding-left:8px;padding-right:8px;padding-top:5px;font-size:1.25em}.contentText{width:100%;margin:0;color:var(--content-text-color, black);font-size:1.25em}.footer{display:flex;flex-direction:row;align-items:center}.linkSection{display:flex;flex-direction:row;margin:10px;width:100%;padding-left:15px}.linkText{width:50%;color:var(--line-text-color, black);font-size:1.25em;text-decoration:none}.links{text-decoration:none;font-size:1.25em}.closeButton{width:100px;height:60px;border-radius:15px;color:var(--close-button-color, white);background-color:var(--close-button-background-color, rgba(180, 50,50, 1));font-size:1.25em;margin:10px 30px 10px 10px}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}
