body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    background-image: url(/1/ui/denim.png);
    background-repeat: repeat;
    background-size: auto;
    font-family: "Signika", sans-serif;
    font-size: 14px;
    box-shadow: 0 0 50vw #000 inset;
    color: #FFFFFF;
}

.main{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: url(/1/ui/anvil-bg.png) 50% 10% no-repeat;
}

.games{
  margin:auto;
      margin: 0;
    background: url(/1/ui/denim-dark-090.png) repeat;
    border: 2px solid #111;
    box-shadow: 0 0 10px #000;
    color: #CCC;

}

.games h1{
  margin: 6px;
  padding: 4px 0px;

  text-align: center;
  border-bottom: 2px solid #782e22;
}

.games .game{
  margin:6px;
  height:30px;
  width:382px;
  padding: 6px;

  border: 2px solid #111;
  box-shadow: 0 0 10px #000;
  color: #CCC;
  display:flex;
  flex-direction:row;
  text-align:center;
}

.games .game a{
  display:block;
  width:90%;
  height:100%;
  font-size: 24px;
  margin-bottom: 10px;
  color: #CCC;
  text-decoration:none;
}
.games .game:hover{
  background-color:#3333;
}

.bottom-links{
  display:flex;
  flex-direction:column;
}
.bottom-link{
  display:block;
  color:#CCC;
  text-align:center;
  margin:4px auto;
  width:100%;
}
div.adventure-table{
  
    overflow: auto;
    max-height: 70%;
}

h3{
    margin-bottom:0px
}
h3.footer{
    border-top: 3px solid #782e22;
    border-image: repeating-linear-gradient( 90deg, #0000, #782e2222, #782e2266, #782e22, #782e2266,#782e2222, #0000 100%) 10;
    margin: 2px 6px;
    padding: 4px 0px 0px 2px;
}
p.notes{
    margin: 4px 0px 4px 12px;
}

.game a.resource{
  width:10%;
  max-height:30px;
  border:1px solid #222;
  box-shadow: 0 0 4px #000;
  border-radius: 5px;
}

.game a.resource:hover{
  background-color:#3335;
}

.game a.resource img{
  max-height:30px;
}
