body {
  background-color: #91a5b1;
  background-image: url(../images/whitebricks.jpg);
}

.outerWrapper {
  background-image: url(../images/woodenboard-2.webp);
  border-radius: 3px;
  width: 40vw;
  min-width: 420px;
  height: 60vh;
  min-height: 380px;
  margin: 15vh 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper {
  width: 92%;
  height: 90%;
  background-image: url(../images/chalkboard.jpg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav__container {
  width: 90%;
  margin: 5% 5% 0 5%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.nav__item {
  /* border: 2px solid #393b44; */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.nav__item__icon {
  color: whitesmoke;
  font-size: 50px;
}

.nav__item__icon:hover {
  font-size: 47px;
}

.main__container {
  padding: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 70%;
}

.main__title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 60px;
  font-family: 'Permanent Marker', cursive;
  color: whitesmoke;
}

.main__item {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 60px;
  font-family: 'Permanent Marker', cursive;
  color: whitesmoke;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.time__section {
  width: 7.5vw;
  text-align: center;
}

.timer__button {
  font-size: 20px;
  color: whitesmoke;
  cursor: pointer;
  padding: 0 5px;
  width: 50px;
}

.timer__button__icon:hover {
  font-size: 18px;
}

.timer__container {
  font-size: 40px;
  color: whitesmoke;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.timer__section {
  width: 5vw;
  text-align: center;
}
.date__section {
  text-align: center;
  font-size: 45px;
}