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}.App{text-align:center}.App-logo{height:40vmin}.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:#09d3ac}.stopwatch{margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:baseline}.stopwatch .time{font-size:1.5rem;line-height:2em;padding:0 .8em;background:#fff;color:#000;text-align:center;border-radius:1em}.time>span{color:#000;display:inline}.stopwatch .controls{margin-top:1em}.stopwatch .controls>svg{padding:1em .3em;cursor:pointer;width:50px;height:50px}.stopwatch .controls>svg:hover{color:#31302d}