.stopwatch {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.lap-list {
  list-style: none;
  padding-left: 0;
}
.lap-list-item {
  margin-bottom: 5px;
}
.btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.btn-wrapper button {
  flex: 1;
}
.lap-list {
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
}
.lap-list-item {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
  font-weight: bold;
}