body {
  background: #dddddd;
  margin: 0;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.timer {
  font-family: sans-serif;
  display: flex;
  align-items: center;
  padding: 48px 64px;
  border-radius: 30px;
  background: #ffffff;
}
.timer .timer__part {
  font-size: 8rem;
  font-weight: bold;
}
.timer .timer__btn {
  width: 100px;
  height: 100px;
  margin-left: 16px;
  border-radius: 50%;
  border: none;
  color: #ffffff;
  background: #8208e6;
  cursor: pointer;
}
.timer .timer__btn span {
  font-size: 64px;
}
.timer .timer__btn--start {
  background-color: #00b84c;
}
.timer .timer__btn--stop {
  background-color: #ff0256;
}

/*# sourceMappingURL=style.css.map */
