body {
      background-image: url(/Backgrounds/hiddenforest.jpg);
      background-attachment: fixed;
      background-size: cover;
      background-repeat: no-repeat;
      color: white;
      font-family: "shadowlight"
    }
    @font-face {
    font-family:'shadowlight';
    src: url('/fonts/ShadowsIntoLight.ttf');
    }
    a:link {
  color:#ffffff;
  text-decoration:underline;
}
a:visited {
  color:#ffffff;
}
a:hover{
  color:#E7E7E7;
}

    #parent {
      display:flex;
      max-width: 600px;
      top:150px;
      margin-top:0px;
      margin:auto

    }
    #titleblock{
      width: fit-content;
      height: fit-content;
      padding: 7px;
      text-overflow: auto;
      max-width: 600px;
      background-color:rgba(0,0,0,0.3);
      text-align: center;
      position: relative;
      margin-bottom: 0px;
      margin:auto
    }
      #centerblock{
      width: fit-content;
      height: fit-content;
      padding: 7px;
      max-width: 600px;
      background-color:rgba(0,0,0,0.3);
      text-align: center;
      position: relative;
      margin-top: 0px
        }
     #managerbar {
      width: fit-content;
      height: fit-content;
      padding: 7px;
      max-width: 100px;
      display: inline-block;
      background-color:rgba(0,0,0,0.3);
      text-align: center;
      position: relative;
      margin-top:0px;
      border: white 1px solid;
}
    #gregor {
      font-family: "verdana"
    }
    #storyp{
      line-height:2.5;
    }
    audio {
      width:100px;
      height:20px;
    }