html {
  margin: 0;
  padding: 0;
}

.s {
  background: url(./img/bigboss.jpg) no-repeat center fixed;
  background-size: cover;
}

.p {
  background: url(./img/mighty\ mouse2.gif) no-repeat center fixed;
  background-size: cover;
}

.a {
  background: url(./img/twida.png) no-repeat center fixed;
  background-size: cover;
}

.c {
  background: url(./img/gooarge.png) no-repeat center fixed rgb(0, 0, 0);
  background-size: cover;
}

.e {
  background: rgb(4, 3, 22);
  background: linear-gradient(
    90deg,
    rgba(4, 3, 10, 1) 0%,
    rgba(4, 4, 9, 1) 79%,
    rgba(20, 19, 19, 1) 100%
  );
  font-family: 'Courier New', Courier, monospace;
  font-size: small;
  color:rgb(200, 200, 200);

}

.content {
  padding: 10px;
  line-height: 150%;
}

.message {
  font-size: smaller;
}

a.ebody:link { 
  font-size: small;
  color:rgb(200, 200, 200);
  text-decoration: none;
}

a.ebody:visited { 
  font-size: small;
  color:rgb(200, 200, 200);
  text-decoration: none;
}

a.ebody:hover { 
  font-size: small;
  color:rgb(200, 200, 200);
  text-decoration: none;
}

a.ebody:active { 
  font-size: small;
  color:rgb(200, 200, 200);
  text-decoration: none;
}

a:link {
  font-size: medium;
  text-decoration: none;
  color: black;
}

a:visited {
  font-size: medium;
  text-decoration: none;
  color: black;
}

a:hover {
  font-size: medium;
  text-decoration: none;
  color: black;
}

a:active {
  font-size: medium;
  text-decoration: none;
  color: black;
}

.links {
  font-size: medium;
  font-family: courier;
  color: black;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 75%, 0.3);
}
