
*{
  margin: 0;
  padding: 0;
  color: snow;
}

body{
  margin-top: 2rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90vh;
  background-color: black;
  max-height:90vh;
}
h1{
  margin-bottom: 0rem;
}
hr{
  
}
.stopwatch {

  text-align: center;
  max-height: 80vh;
}
.container {
  margin-top: 1rem;
  display: flex;
  width: 350px;
  justify-content: center;
  font-size: 3rem;
  margin-bottom: 1rem;
  
}

.seperator{
  margin-right: 1rem;
}

input{
  width:75px;
  height: 50px;
  border: none;
  font-size: 4rem;
  background-color: black;
}

button{
  height: 2.5rem;
  width: 6rem;
  font-size: 1.65rem;
  border: none;
  border-radius: 1rem;
  margin: 0 1rem 0 1rem;
  box-shadow: 0 0 10px violet;
}

#reset{
  background-color: crimson;
}

#toggler{
  background-color: seagreen;
}

.lapDisplay{
  margin-top: 1rem;
  color: whitesmoke;
  
}
code{
  background-color: dimgray;
  padding: 0.25rem 0.5rem;
  border-radius:0.15rem;
}

.lapDisplayArea{
  overflow: hidden;
overflow-y: scroll;
height: 50vh;
}