html {
    background-size: cover;
    background-color: #0f0e0e;
    color: #c4d7e7;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Lucida Console", "Courier New", monospace;
}

h1 {
  text-align: Center;
}

hr {
  width: 50%;
  border-style: solid;
}

h2{
  text-indent: 2em;
}

p{
  font-size: 17px;
  text-indent: 4em;
}

.lester img {
    position: absolute;
    margin-left: 90px;
    height: 150px;
    width: 150px;
}

h3{
  text-indent: 5em;
}

a{
  font-size: 20px;
  margin-left: 110px;
  color: #799ea5;
  text-decoration: none;
}

a:hover {
  color: #638288;
  text-decoration: none;
}