body, html, #main {
  background-color: #000010;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  justify-self: center;
  width: 100%;
  height: 100%;
}

#timer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 75%;
  align-self: center;
}

h2, h3, h4, h5, h6, p, span {
  color: #bababa;
  font-family: "Manrope", sans-serif;
  margin: 3px;
  padding: 0px;
}

h1 {
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  margin: 3px;
  padding: 0px;
  font-variant-numeric: tabular-nums;
}

button {
  background-color: #bababa;
  border: none;
  border-radius: 60%;
  width: 50px;
  height: 50px;
}

.incrementation {
  display: flex;
  flex-direction: row;
  width: 200px;
  justify-content: space-around;
  align-items: center;
  margin: 10px;
  align-self: center;
}

#breaks, #sessions {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#timer1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 250px;
  max-width: 250px;
  min-height: 250px;
  max-height: 250px;
  margin: 15px;
  padding: 15px;
  border: 3px solid #bababa;
  border-radius: 100%;
}

#counters {
  display: flex;
}

.focus {
  font-size: 40px;
}