h1 {
  padding-top: 50px;
  text-align-last: center;
  font-size: 100px;
  color: #ffffff;
  font-family:'Courier New';
}

h2 {
 text-align-last: center;
  font-size: 50px;
  color: #ffffff;
  font-family:'Courier New';
} 

a {
  font-family:'Courier New';
  font-size: 1.5rem;
  text-decoration: none;
  color: #a1ff7f;
  transition: all 0.3s ease-in-out;
  outline-offset: 10px;
  outline: dashed;
  background-color: #022100
   
}

#HomeLink {
  text-align-last: center;
  margin-right: 5%;
}

#GithubLink {
  text-align-last: center;
  margin-left: 5%;
}

#HomeLink:hover {
  text-align-last: center;
  font-size: 30px;
  background: linear-gradient(45deg,  orange, #9ce3de, indigo);
  background-clip: text;
  color: transparent;
  outline-offset: 10px;
  outline: solid;
}

#GithubLink:hover {
  text-align-last: center;
  font-size: 30px;
  background: linear-gradient(45deg,  #ff8f00, #a1ff00, #00ff68);
  background-clip: text;
  color: transparent;
  outline-offset: 10px;
  outline: solid;
}

p {
  margin-right: 5%;
  margin-left: 5%;
  text-align-last: center;
  font-size: 25px;
  color: #ffffff;
  font-family:'Courier New';
}

#Links {
  padding-bottom:10%;
}

#Main {
  
  margin-left: 10%;
  margin-right: 10%;
  outline: solid;
  outline-style: dashed;
  outline-color: #b1ff64;
  outline-width: 10px;
}

body {
  background-image: linear-gradient(to bottom,#000000,#003002);
  text-align: center;
  background-color: #2c2c2c;
  height: 1vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

html {
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

#Content {
  margin: 7%;
  padding-bottom:10vh;
}