#timer {
  font-size: 36pt;
  font-weight: 700;
}
#timerbox {
  padding: 10px 10px 10px 10px;
  color: #f2f2f2;
  border-radius: 10px;
  background-color: #000000c4;
  border: 2px solid #000000;
  font-family: "Calibri", "calibri-custom", "Helvetica", sans-serif;
  justify-content: center;
  text-align: center;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  overflow-x: auto;
  z-index: 10000;
  width: 70%;
}

#timertitle {
  font-size: 36pt;
  font-weight: bold;
  margin-bottom: 10px;
}

.center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  right: unset;
}

.bottom-right {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: unset;
  top: unset;
  left: unset;
}

#timerbox button {
  font-size: 1em;
  margin: 5px;
  border-radius: 4px;
  background-color: #ffffff4a;
  border: 2px solid #222222;
  color: #f2f2f2;
  font-family: "Calibri", "calibri-custom", "Helvetica", sans-serif;
  width: 20%;
  padding: 5px;
}

#timerbox button:hover {
  background-color: #5c5c5c;
  border: 2px solid #ffffff;
}

#timerlabel {
  text-align: center;
  justify-content: center;
  position: relative;
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
}

#factilitator {
  text-align: left;
  justify-content: left;
  position: relative;
  margin-right: 10%;
  margin-left: 15%;
}

#timerbox a {
  color: rgb(34, 166, 231);
  text-decoration: none;
}

#timerbox a:hover {
  color: rgb(34, 166, 231);
  text-decoration: underline;
}

#timerbox a:visited {
  color: rgb(231, 34, 221);
}
