html {
  height: 100%;
}

body {
  font-family: cursive;
  font-size: 14px;
  color:(252, 245, 245, 0.5);
  background: rgb(197, 167, 224, 0.2);
  height: 100%;
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end; */
  background-image: url(../img/kota.jpeg);
  background-size: cover;
}

header {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background-color: rgba(247, 240, 241, 0.2);
}

.text {
  font-size: 25px;
  line-height: 25px;
  color: purple;
  text-align: center;
  background-color: rgba(247, 240, 241, 0.5);
  z-index: 3;
  padding: 15px;
  margin: 15px auto;
  border-radius: 15px;
}

.container {
  margin: 20px auto;
  width: 270px;
  background: rgb(252, 245, 245, 0.5);
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#timer {
  background: rgba(90, 76, 102, 0.5);
  height: 120px;
  line-height: 120px;
  font-size: 40px;
  margin-bottom: 15px;
}

.btn {
  width: 80px;
  height: 45px;
  line-height: 45px;
  background:rgba(90, 76, 102, 0.5);
  font-weight: 800;
  cursor: pointer;
  user-select: none;
}

.controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.inactive {
  opacity: 0.6
}
