@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400&display=swap');

body {
  background-color: burlywood;
}

.title {
  display: flex;
  justify-content: center;
  font-family: "Readex Pro", Verdana, sans-serif;
  font-size: 50px;
}

.timerBox {
  display: flex;
  justify-content: center;

  height: fit-content;

  text-align: center;
  margin: 0 auto;
  width: 25%;

  border-radius: 8px;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.timer {
  font-family: "Readex Pro", Verdana, sans-serif;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 100px;
}

.buttonDiv {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 30%;
}

.strtButton {
  font-family: "Readex Pro", Verdana, sans-serif;
  display: flex;
  justify-content: center;
  font-size: 40px;
  margin-top: 25px;
  margin: 25px;

  width: 30%;

  border-radius: 8px;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.strtButton:hover {
  cursor: pointer;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.709);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.breakContainer {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  height: 50%;
  width: 50%;
}

.breakOff {
  display: flex;
  justify-content: center;

  font-family: "Readex Pro", Verdana, sans-serif;
  display: flex;
  justify-content: center;
  font-size: 27px;

  height: fit-content;

  text-align: center;
  margin: 0 auto;
  width: 35%;

  border-radius: 8px;
  backdrop-filter: blur(20px);
  background-color: rgba(228, 163, 163, 0.353);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.breakOn {
  display: flex;
  justify-content: center;

  font-family: "Readex Pro", Verdana, sans-serif;
  display: flex;
  justify-content: center;
  font-size: 27px;

  height: fit-content;

  text-align: center;
  margin: 0 auto;
  width: 35%;

  border-radius: 8px;
  backdrop-filter: blur(20px);
  background-color: rgba(150, 229, 93, 0.353);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.messageBox {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  height: 80%;
  width: 50%;
  border-radius: 8px;
  backdrop-filter: blur(20px);
  background-color: rgba(150, 229, 93, 0.353);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}


.message {
  display: flex;
  justify-content: center;

  font-family: "Readex Pro", Verdana, sans-serif;
  display: flex;
  justify-content: center;
  font-size: 20px;

  height: fit-content;

  text-align: center;
  margin: 0 auto;
  width: 100%;


  backdrop-filter: blur(20px);
}


.breakButton {
  font-family: "Readex Pro", Verdana, sans-serif;
  display: flex;
  justify-content: center;
  font-size: 32px;
  margin: 10px;

  align-items: center;

  width: 20%;

  border-radius: 8px;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.breakButton:hover {
  cursor: pointer;
  cursor: pointer;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.709);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.icon a {
  padding: 0.4rem;
}

.icon a:hover {
  color: #ffffff;
  transition: all 1.2s ease-in-out;
}

.icon a {
  color: rgb(250, 250, 250);
  position: fixed;
  bottom: 0;
  right: 0;
}

a:hover:before {
  transition: width 0.1s ease-in-out;
  content: "My GitHub!";
  font-family: "Readex Pro", Verdana, sans-serif;
  line-height: 1.2;

  position: absolute;
  bottom: 1.0px;
  right: 55px;
}

.easterEggBoxLeft {
  justify-content: center;
  text-align: center;
  font-family: "Readex Pro", Verdana, sans-serif;
  display: flex;
  font-size: 50px;

  align-content: space-around;
  margin-top: -750px;
  margin-left: 7px;
  width: 20%;
  height: 100%;

  /*
  border-radius: 8px;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3); */
}

.clearButtonBox {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 30%;
  margin-top: 10px;

  border-radius: 8px;
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}

.clearButton {
  font-family: "Readex Pro", Verdana, sans-serif;
  display: flex;
  justify-content: center;
  font-size: 32px;


  align-items: center;

  width: 100%;

  border-radius: 8px;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}