body,html{background:#f2f6fa}#app{height:100%;display:flex;align-items:center;justify-content:center}#mainCanvas{border:1px solid grey}#tools{width:100%;display:flex;justify-content:space-between}#tools-right .result-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:30px}.result-wrapper *{height:30px}#loader-wrapper{display:flex;justify-content:center}#guess-loader{height:30px;width:30px}#logo-container{width:auto;display:flex;justify-content:center;overflow:hidden}#logo-container img{width:80%}#left-col-wrapper{margin:0 auto}@media screen and (min-width:769px){body,html{height:100%}}