body {
  align-items: center;
  background-color: black;
  color: white;
  font-family: 'Inconsolata', monospace;
  font-weight: 500;
  text-align: center;
}

h1 {
  font-size: 25px;
  margin-top: 50px;
}

span#timer {
  display: inline-block;
  font-size: 11vw;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 10vw;
}

button {
  background-color: black;
  border: 2px solid white;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 25px;
  margin: 2px;
  min-width: 100px;
  padding: 15px;
}

button:hover {
  background-color: white;
  color: black;
}

div#laps {
  align-items:center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 25px;
  justify-content: center;
  margin-top: 20px;
  max-height: 200px;
  overflow-y: auto;
}

p {
  bottom: 10px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 250px;
}

a:link, a:visited, a:active {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: underline;
}
