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}*{box-sizing:border-box}.App{text-align:center;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:-webkit-repeating-linear-gradient(45deg,#fff 5%,rgba(12,8,8,.5) 10%),-webkit-repeating-linear-gradient(135deg,#fff 5%,rgba(14,7,8,.5) 10%);background:repeating-linear-gradient(45deg,#fff 5%,rgba(12,8,8,.5) 10%),repeating-linear-gradient(-45deg,#fff 5%,rgba(14,7,8,.5) 10%)}.btn{width:75px;height:75px;background:-webkit-linear-gradient(45deg,grey,#fff);background:linear-gradient(45deg,grey,#fff);color:#000;position:relative;border-radius:3%;cursor:pointer}.btn:hover .innerbtn{background:-webkit-gradient(linear,right top,left top,from(#fff),to(grey));background:-webkit-linear-gradient(right,#fff,grey);background:linear-gradient(-90deg,#fff,grey)}.innerbtn{position:absolute;width:80%;height:80%;top:10%;left:10%;font-size:30px;line-height:60px;background:-webkit-linear-gradient(135deg,#fff,grey);background:linear-gradient(-45deg,#fff,grey);-webkit-transition:1s;transition:1s}.main{width:310px;height:430px;display:flex;flex-wrap:wrap;background:#000;border:5px solid #000;box-shadow:10px 10px 20px #000}.screen{width:290px;height:100px;margin:5px;font-size:30px;background:#fff;overflow:auto}
/*# sourceMappingURL=main.37b9cba0.chunk.css.map */