html {
  background-color: #00130b;
  height: 100%;
}

body {
  font-family: "Jetbrains Mono", monospace;
  height: 95vh;
  background-size: 17px 17px;
  background-image: radial-gradient(
    circle,
    #a6883a15 1px,
    rgba(0, 0, 0, 0) 1px
  );
}

.container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.message {
  text-align: center;
}

.logo {
  filter: brightness(75%);
  margin-bottom: -3%;
}
.title-container {
  color: white;
  border-radius: 5px;
  font-weight: lighter;
  padding: 15px;
  margin: 5px;
  background: linear-gradient(305deg, #1e9a5a 0%, #4f36c0 100%);
  transition: all 0.2s;
}

.title-container:hover,
.title-container:focus {
  font-size: 105%;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 3px solid #7f5dd5;
}

.title {
  margin: 0;
  color: #00130b;
  font-weight: bold;
  font-size: x-large;
}

.subtitle-container {
  font-family: "Reem Kufi", sans-serif;
  font-size: x-large;
  color: #7f5dd5;
}

.links {
  font-family: "Fira Sans", sans-serif;
  color: #c3c3c3;
}
