.page-content {
  padding: 0;
  overflow-x: hidden;
}

.page-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 50px;
  margin-bottom: 0;
}

.context-menu-padding {
  width: 300px;
}

.context-menu {
  width: 300px;
  background-color: #292e38;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: fixed;
  height: 100%;
}
.context-menu .context-button {
  height: 50px;
  padding: 10px 20px;
  line-height: 50px;
  border: solid;
  border-width: 0 0 1px 0;
  border-color: #1b1d21;
  font-size: 24px;
  text-decoration: none;
}
.context-menu .context-button:hover {
  background-color: #343d52;
}
.context-menu .context-button-open {
  background-color: #343d52;
}

.home-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 30vh;
  margin-right: 10vw;
  margin-left: 10vw;
}
@media screen and (max-height: 750px) {
  .home-text {
    margin-top: 20vh;
  }
}
@media screen and (max-height: 600px) {
  .home-text {
    margin-top: 10vh;
  }
}
.home-text span {
  text-align: center;
  letter-spacing: 4px;
  font-size: 22px;
  font-weight: 100;
}

.home-title {
  font-size: 46px !important;
  letter-spacing: 6px !important;
  font-weight: 100 !important;
  margin-bottom: 10px;
}

@media screen and (max-width: 1300px) {
  .home-text span {
    font-size: 18px;
  }
  .home-title {
    font-size: 30px !important;
  }
}
.home-buttons {
  display: flex;
  height: 30px;
  margin-top: 60px;
  justify-content: center;
}
.home-buttons a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: all 0.15s;
}
.home-buttons a:hover {
  color: #d82424;
}

@media screen and (max-width: 750px) {
  .page-container {
    margin: 25px;
  }
  .home-text {
    margin-top: 20vh;
  }
  .home-text span {
    font-size: 16px;
  }
  .home-title {
    font-size: 24px !important;
  }
  .home-buttons {
    height: 22px;
  }
  .home-buttons a {
    font-size: 14px;
  }
}
.countdown-timer {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
