body{
  background-image:url(fantasies.png);
  background-repeat:no-repeat;
  background-size:100%;
  background-position: center top;
  }
  .container{
  width:70%;
  background:black;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid black;
  border-radius: 10px;
  box-shadow: inset 0px 0px 0px 1px #808080, inset 0px 0px 5px 1px #535353, #000 1px 1px 10px 2px;
  padding:10px;
  }
  .table-style{
  width: 50%;
}
body {
color: white;
}
h1{
padding-top: 5px;
padding-left: 5px;
margin-top: 0px;
}
.right{
  padding-left: 10px;
  }
.table-style{
  border: 1px solid white;
  }
.table-style caption{
  border-radius: 10px 10px 0 0;
  background: linear-gradient(#535353 0%, #000 60%);
  color: white;
  text-shadow: 2px 1px 0px #000;
  box-shadow: inset 0px 0px 0px 1px #808080, inset 0px 0px 5px 1px #535353, #000 1px 1px 10px 2px;
  height: 20px;
  padding: 5px;
  text-align: left;
  }
.table-style tr td{
  width:50%;
  border: 1px solid black;
  border-radius: 10px 0;
  background: linear-gradient(#535353 0%, #000 60%);
  color: white;
  text-shadow: 2px 1px 0px #000;
  box-shadow: inset 0px 0px 0px 1px #808080, inset 0px 0px 5px 1px #535353, #000 1px 1px 10px 2px;
  height: 40px;
  }
  
  .song-covers{
    border-radius:48px 0;
    border: 1px solid grey;
    background: linear-gradient(#535353 0%, #000 50%);
    height: 25px;
    padding-left: 15px;
    padding-top: 3px;
  }
  
  .song-covers p{
    font-size: 20px;
    margin: 0px;
    }
 .flex-display{
   display: flex;
   align-items: center;
   width: 98% !important;
   height: 100% !important;
  }
  
  #table1 tr td p{
    margin:2px;
    }
  #vinyl-gallery * {
    all: unset;
  }
  
  #vinyl-gallery {
    all: initial;
    width: 100%;
    height: 230px;
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-left: -6px;
  }
  
  #vinyl-gallery .vinyl {
    perspective: 500px !important;
    width: 18px;
    transition: width 0.5s;
  }
  
  #vinyl-gallery .vinyl:hover {
    width: 148px;
  }
  
  #vinyl-gallery img {
    transition: transform 0.5s, width 0.5s, height 0.5s, margin-top 0.5s;
    width: 180px;
    height: 180px;
    transform: rotateX(0deg) rotateY(25deg);
    transform-style: preserve-3d;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.1);
  }
  
  #vinyl-gallery .vinyl:hover img {
    transform: rotateX(0deg) rotateY(10deg);
    width: 188px;
    height: 188px;
    margin-top: -2px;
  }
  
  #vinyl-gallery .title {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding-left: 6px;
    color: white;
  }
  
  #vinyl-gallery .vinyl:nth-child(n):hover + .title {
    visibility: visible;
  }
  .title-background{
    background: linear-gradient(#535353 0%, #000 60%);
    border-radius: 10px;
    padding: 1px;
    text-align: left;
    vertical-align: top;
    }
    .intro-style{
    background: linear-gradient(#535353 0%, #000 80%);
    border-radius: 10px;
    text-align: left;
    height: 30px;
    }
    .intro-style p{
    padding-left: 5px;
    padding-top: 5px; 
    font-size: 20px;
    }






