
  body {
    background-color: #222444;
    color: #ddd;
    font-size: 1.3em;
    font-family: helvetica, sans-serif;
    line-height: 2em;
    padding: 1em;
    letter-spacing: 0.07em;
  }
  div{
position:relative;
left:6em;
top:4em;
max-width:40em;

  }
  a {
    color: #ff5111;
    text-decoration: underline;
  }
  a:visited {
    color: #ff5111;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
    color: #11ffff;
  }
