body {
    background-color: #000912;
    color: #fff;
    font-family: 'Futura', 'Helvetica', 'Arial', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 1;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: uppercase;
}

p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

a:visited {
    color: #dde;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

