*{margin:0;padding:0;box-sizing:border-box;overflow:hidden}.App{justify-content:center;height:100vh;width:100vw;background-color:#faebd7;color:#fff}#container,.App{display:flex;align-items:center}#container{height:24em;width:40em;background-color:#151515;border-radius:6px;box-shadow:0 0 50px 8px hsla(0,0%,54.5%,.9);padding:1.5em;flex-direction:column;justify-content:space-around}#reset,#start_stop{cursor:pointer;border:1px solid #fff;padding:0 12px;border-radius:3px;font-size:18px;height:2em;width:200px;color:#fff;background-color:#151515;transition:color .5s ease-in-out 0s;margin:.2em}#reset p,#start_stop p{margin:0;-webkit-user-select:none;user-select:none}#timer-label{display:flex;justify-content:center;align-items:center;width:28em;height:10%;padding:.5em 1em;background-color:#d0394d;margin:0 .5em;border-radius:3px;font-weight:bolder}#time-left{font-size:4em;font-weight:700}#break-label p,#session-label p{margin:0;-webkit-user-select:none;user-select:none}#timer-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:90%;height:100%}
/*# sourceMappingURL=main.0e91304b.chunk.css.map */