.themed-grid-col {
    position:absolute;
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(180, 188, 211, 0.15);
    border: 1px solid rgba(86, 61, 124, .2);
    width: 500px;
    height: 500px;
    left: 375px;
  }
  .a{
    text-decoration: none;
    color:#4472c4
  }
  .themed-container {
    padding: .75rem;
    margin-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .main{
    padding-bottom: 6rem;
    padding-top: 4rem;
  }
  .divider{
    height: 1.5rem;
    background-color: #4472c4;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  .health{
    padding-bottom:1rem;
    padding-top:1rem;
  }
  .foot{
    margin-top: auto;
    column-count:3;
    Background-color: #4472c4;
    column-rule: 2px dotted white;
    font-size: .75rem;
  }
  .foot a{
    color:white;
  }
  .crumb{
    text-decoration: none;
  }
  .linebreak {
    height: .05rem;
    background-color: light;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }