@font-face {
      font-family: "Mr Dafoe";
      src: local ("Mr Dafoe") url("MrDafoe-Regular.woff") format('woff');
    }

    .centrist {
      width: 80%;
      margin: auto;
      text-align: center;
    }

    body {
      font-family: Arial;
      background-color: #121212;
      color: white;
    }
    h1, h2 {
      color: #a71b71;
    }
    a:link {
      color: #a71b71;
      text-decoration: none;
    }
    a:visited {
      color: #a71b71;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    a:active {
      background-color: white;
    }
    #signature {
      font-family: "MrDafoe";
    }
.kreis
    {
    alignt: center;
    width:75%;
    height:75%;
    border-radius:250px;
    font-size:150%;
    color: white;
    line-height: 200%;
    text-align:center;
    background:#a71b71;
    position: relative;
    left: 14%;
    }