a:link, a:visited {
  color: rgb(45, 115, 236);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

body {
  font-family: sans-serif;
  margin: auto;
  max-width: 1280px;
  background-color: #313236;
  color: white;
  line-height: 1.5;
}

code {
  font-size: xx-small;
}

.content {
  padding: 10px; 
  position:fixed; 
  left: 10%; 
  bottom:20%;
  width: 300px;
}

.signature {
  font-size: smaller;
}

.footer {
  position: fixed;
  font-size: x-small;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(36, 36, 36);
  color: rgb(220, 220, 220);
  text-align: center;
}


