* {
    margin: 0;
    padding: 0;
  }
  body {
    background: black;
    color: yellow;
    font-family: "Consolas", monospace;
    font-size: 12px;
  }

a,
a:visited, a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
}

  .topmargin {
    margin-top: 20%;
  }
  .quotebox {
    margin: auto;
    width: 300px;
    padding: 5px;
    border: dashed 1px yellow;
  }
  .signedvort {
    margin-top: 20px;
    width: 100%;
    text-align: right;
  }
  footer {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    bottom: 0;
  }
