body {
  color: #ffffff;
  font-family: "Geo", sans-serif;
  font-weight: 500;
  background-size: 2%;
  align-items: center;
  align-content: center;
}

html {
  position: absolute; top: 0; left: 0; height: 100%; width: 100%;
  background-image: linear-gradient(to bottom, #373b3f, #57626b);
  min-height: 100vh;
  height: auto;
}

h1 {
  text-align: center;
  font-size: 300%;
}

h3 {
  text-align: center;
  font-size: 225%
}

h2 {
  text-align: center;
  font-size: 250%
}

a {
  text-align: center;
  align-self: center;
  align-content: center;
}

.page {
  font-family: "Geo", sans-serif;
  font-weight: 500;
  border-radius: 0px;
  background-color: rgb(12, 12, 12);
  max-width: 960px;
  margin: auto;
  align-items: top;
  align-content: top;
  height: auto;
  display: flex;
}

.main {
  font-family: "Geo", sans-serif;
  font-weight: 500;
  max-width: 960px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 5%;
  margin-bottom: 0%;
  height: auto;
  min-height: 100vh;
  vertical-align: top;
  text-align: center;
}

p {
  font-size: 125%;
  text-align: left;
}

.bottom {
  margin-left: auto;
  padding-left: 2%;
  margin-right: auto;
  text-align: left;
  position: absolute;
  bottom: 0; /* set the bottom to 0*/
}

.bottom a {
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  align-content: center;
}

code {
  background-color: #3f3f3f;
  border: 1px solid #2e2e36;
  padding: 15px;
  margin: 20px;
  overflow-x: auto; /* Adds horizontal scroll if code is too long */
  font-family: monospace;
  font-size: 0.9em;
  line-height: 1.4;
  border-radius: 5px;
  display: block;
  white-space: pre-wrap;
}