h1 {color:blue; text-align: center;} h2 {color:Black;}
.Background {
  padding: 1em;
  background-color: Lavender;
  margin-top: 50px;
  position: relative; 
  min-height: 150vh;
  /* Locks the minimum height */
}
.Text{
  margin-left: 40px;
  font-size: 30px;
  font-weight: bold;
  color: DarkGreen;
  text-transform: none;
  font-family: serif, sans-serif;
}
.SmallText{
  margin-left: 45px;
  font-size: 20px;
  font-weight: bold;
  color: DarkGreen;
  text-transform: none;
  font-family: serif, sans-serif;
  /* adjusts the text to be smaller and further right  */
}
.Email {
   position: absolute;
  bottom: 0;
  left: 10;
  /* Forces the text to the bottom of the page */
 
}
a:link {
  color: blue; /* Unvisited link */
}
a:visited {
  color: purple; /* Visited link */
}