  body {
    background: url('/images/fullbgs/bg_hollowbastion.png') no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Work Sans', sans-serif;
    line-height: 140%;
    color: #606060;
  }
  
  body::after {
    content:"";
    background-image:url('https://i.gifer.com/origin/8d/8d5bef8ece9b8902fd31b8164736397b_w200.gif');
    background-size:100% 100%;
    width:100%;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    opacity:0.4;
    z-index:-1;
  }
  
  * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  }
  
  html, a, a:hover { 
    cursor:url(/images/cursors/keybladeoflightcur.png), auto; 
  }
  
  @font-face {
    font-family: Work Sans;
    src: url('/fonts/WorkSans-Regular.ttf')
  }
  
  @font-face {
    font-family: Adorable Doll;
    src: url('/fonts/AdorableDoll.ttf')
  }
  
  b, strong {
    color: #fff;
    background: #AC78B4;
  }
  
  i, em {
    color: #5776C9;
    font-style: italic;
    letter-spacing: 0.2em;
  }
  
  u, underline {
    color: #333;
    border-bottom: 1px dashed #F0AAAD;
  }
  
  a, a:visited {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  a:hover {
    text-decoration: none;
    color: #606060;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  main {
    max-width: 1000px;
    margin: 10px auto;
  }
  
  header {
    display: block;
    position: fixed;
    left: 16vw;
    bottom: 83vh;
    background: rgba(86, 63, 92, 0.9);
    line-height: 120%;
    color: #563F5C;
    -webkit-text-fill-color: rgba(245, 121, 106, 0.5);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F0AAAD;
    text-shadow: 1px 2px #563F5C;
    font-size: 5em;
    font-family: 'Adorable Doll';
  }
  
  article {
    background: #fff url('/images/tiles/bg_card1.png') repeat fixed;
    box-shadow:0 1px 5px #ccc;
    outline: 5px solid rgba(205, 155, 110, 0.5);
    width: 95%;
    overflow: auto;
    padding: 20px;
    margin: 85px auto;
  }
  
  article a, article a:visited {
    background: #5F98D1;
  }
  
  article a:hover {
    background: #F5796A;
  }
  
  section {
    display: block;
    margin: 20px auto;
    padding: 20px;
    background: rgba(205, 155, 110, 0.5);
    border: 1px dashed #B27068;
  }
  
  section p:first-letter {
       font-family: 'Adorable Doll';
       font-size: 22px;
       vertical-align: bottom;
  }
  
  nav {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  
  nav a, nav a:visited {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 0 #F0AAAD;
    font-weight: 600;
    background: rgba(205, 155, 110, 0.5);
    border-radius: 3px;
    padding: 5px;
    margin-right: 15px;
  }
  
  nav a:hover {
    color: #F0AAAD;
    text-shadow: 1px 1px 0 #563F5C;
    background: rgba(86, 63, 92, 0.3);
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  nav a:last-of-type {
    margin-right: 0;
  }
  
  h1 {
    display: block;
    margin-top: 0;
    background: rgba(205, 155, 110, 0.6);
    border-left: 10px solid rgba(205, 155, 110, 0.6);
    border-right: 10px solid rgba(205, 155, 110, 0.6);
    padding: 15px;
    margin-bottom: 20px;
    font-family: 'Adorable Doll';
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5em;
    text-shadow: 2px 2px 0 #563F5C, -1px -1px 0 #563F5C, 1px -1px 0 #563F5C, -1px 1px 0 #563F5C, 1px 1px 0 #563F5C;
  }
  
  .credits {
    display: block;
    font-size: 0.6em;
    color: #333;
    text-align: right;
  }
  
  #dvds {
    background-color: rgba(205, 155, 110, 0.5);
    width: 200px;
    display: inline-block;
    vertical-align: top;
    border: 1px dashed #B27068;
    padding: 15px;
    margin: 0 1px 30px 17px; 
  }
  
  .dvd-img img {
    outline: 5px solid rgba(255, 255, 255, 0.5);
    display: block;
    height: 220px;
    width: 160px;
    margin: 0 auto;
  }
  
  .dvd-blurb {
    margin-top: 8px;
    font-size: 0.9em;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
  }
  
  .dvd-blurb p {
    margin-top: 20px;
  }
  
  .dvd-name {
    display: block;
    font-size: 0.7em;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    background-color: #5776C9;
  }
  
  .rating {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 15px auto;
  }

  .rating__star {
    font-size: 1.5rem;
    color: #F69F6B;
  }
  
  #glenplayer02 {
    position:fixed;
    bottom:0;
    margin-bottom:10px;
    margin-left:10px;
    display:flex;
    z-index:99;
  }
            
  #glenplayer02 a {
    text-decoration:none;
  }

  #glenplayer02 > div {
    align-self:center;
    -webkit-align-self:center;
  }

  .music-controls {
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    width:22px;
    font-size:16px;
    cursor:pointer;
  }

  .playy, .pausee {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #F5796A;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F5796A;
    font-size: 22px;
    border-bottom: none;
  }

  .pausee {
    display:none;
  }
  
  #world {
    position: fixed;
    float: left;
    bottom: 70vh;
    left: 70vw;
    width: 350px;
    transform: rotate(-10deg);
  }
  
  #world img {
    width: 250px;
  }