html{box-sizing:border-box}body,html{font-family:'Google Sans';color:#3c4043;margin:0;padding:0;min-height:100%;min-width:100%;height:100%;background-color:#fff;position:fixed}body.no-scroll,html.no-scroll{overflow:hidden}*,:after,:before{box-sizing:inherit}.game-container{display:flex;flex-direction:row;flex:1 1;overflow:hidden;width:100%;height:100%;background-color:#fff;position:relative}h1{font-size:28px}h2{font-size:22px}h3{font-size:18px}h4,h5{font-size:14px}.header-trio{position:absolute;top:0;width:100%;padding:16px 18px 0;max-width:1300px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;z-index:1;margin:0 auto}.header-trio .header-center,.header-trio .header-left,.header-trio .header-right{display:flex;flex:0 0 33%}.header-trio .header-left{justify-content:flex-start}.header-trio .header-center{flex:0 1 33%;text-align:center;justify-content:center}.header-trio .header-right{justify-content:flex-end}.header-trio .header-right svg{margin-top:5px;width:24px;height:24px}.footer{width:100%;padding:40px 18px 15px;display:flex;justify-content:flex-end;max-width:1300px;flex:0 0 auto}.footer a{text-decoration:none;color:#99a1a6;margin-left:20px;font-weight:300;font-size:14px}.footer a:hover{color:#3c4043}@media screen and (max-height:425px){.footer{padding-top:20px}}button{border:0;min-width:200px;height:70px;color:#3c4043;margin:20px 0;padding:10px;text-align:center;font-family:'Google Sans';font-size:18px;font-weight:500;transition:.3s background-color ease-out;cursor:pointer}button.green{color:#fff;background-color:#34a853}button.green:hover{background-color:#1e8e3e}button.red{color:#fff;background-color:#ea4335}button.red:hover{background-color:#c4211f}button.yellow{color:#fff;background-color:#fbbc04}button.yellow:hover{background-color:#f29900}button.blue{color:#fff;background-color:#4285f4}button.blue:hover{background-color:#1967d2}button.inverted-green{background-color:#fff;color:#34a853}button.inverted-red{background-color:#fff;color:#ea4335}button.inverted-yellow{background-color:#fff;color:#fbbc04}button.inverted-blue{background-color:#fff;color:#4285f4}