body {
  background-color: #b1b6a6 !important;
  margin: 0;
  min-height: 100%;
  width: 100%;
  background-image: radial-gradient(
    rgb(24, 26, 27) 1px,
    rgb(0, 4, 0) 0px
  ) !important;
  background-size: 50px 50px !important;
}
html {
  margin: 0;
  width: 100%;
  height: 100%;
}

#title {
  color: #4ecdc4;
  margin-top: calc(5vh + 5vw);
  font-size: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 1000;
  background-color: rgba(0, 5, 0, 1);
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#subtitle {
  color: #4ecdc4;
  margin-top: calc(1vh + 2vw);
  font-size: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 1000;
  background-color: rgba(0, 5, 0, 1);
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

h2 {
  color: #4ecdc4;
  margin-top: 1vh;
  font-size: 40px;
  margin-left: 5vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 1000;
  background-color: rgba(0, 5, 0, 1);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
a {
  color: #4ecdc4;
  margin-top: 0.2vh;
  font-size: 20px;
  margin-left: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 1000;
  background-color: rgba(0, 5, 0, 1);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
