html {
    
   background-repeat:no-repeat;
    background-position:top left;
    background-size: 20%;
    background-color: floralwhite;
    background-image:url(img/jelly.gif)
}


.border {
    width:800;
margin: auto;
    border: 3;
    color:black;
    text-align: center;
    border-style: dotted;
    border-color: palevioletred;
        background-color: mistyrose;
font-size: 18;
}

.column {
  float: left;
  width: 32%;
    border: .5;
    border-style:dashed;
    border-color: darkgoldenrod;
    margin-left: 10;
    text-align: center;
    color:darkred;
}

.column2 {
  float: center;
  width: 38%;
    border: .5;
    border-style:dashed;
    border-color: darkgoldenrod;
    margin: auto;
    text-align: center;
    color:darkred;
}

.column3 {
  float: left;
  width: 28%;
    border: 0;
    border-style:dashed;
    border-color: darkgoldenrod;
    
    text-align: center;
    color:darkred;
}

.column4 {
  float: right;
  width: 28%;
    border: 0;
    border-style:dashed;
    border-color: darkgoldenrod;
    text-align: center;
    color:darkred;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
margin: 0 auto;}

.year {
    color:darkgoldenrod;
    font-size: 50;
    margin:auto;
    text-align: center;
    
}

.shows {
    color: crimson;
    font-size: 15;
    margin: auto;
    text-align: center;
    
}



#left {
  float: left;
  width: 20%;
    font-size: 12;
    vertical-align: top;
    text-align: center;
    margin-top:-100;
}
#right {
  float: right;
  width: 300;
margin-top: -450;
    margin-right:500;
    border: 1;
    border-style:outset;
    text-align: center;
    
}

.top {
    
       margin-top: 100;
    float:center;
    
}

.top:hover {
        background-image: url(img/newbg.png);
    
    background-position:center;
    background-size: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.whats {
margin: auto;
    color:midnightblue;
    opacity:100%;
    font-size: 15;
    width:1000;
    text-transform: lowercase;
    text-align: center;
    
}

.title {
    text-align: center;
    width:60%;
opacity: 100%;
    font-size: 95;
    text-shadow: 0 0 5px deeppink;
    margin:auto;
    font-weight: bold;
    color:rebeccapurple;
}

.cover {margin:auto;
border: 1px;
border-color: deeppink;}

.inline {
    font-size: 19;
}

.cat {
      text-align: center;
    width:60%;
opacity: 100%;
    font-size: 60;
    text-shadow: 0 0 5px deeppink;
    margin:auto;
    font-weight: bold;
    color:rebeccapurple;
}

.iframe-container {
  justify-content: center;
  align-items: center;
    margin:auto;
}

.price {
      text-align: center;
    width:60%;
opacity: 100%;
    font-size: 20;
    text-shadow: 0 0 5px deeppink;
    margin:auto;
    font-weight: bold;
    color:rebeccapurple;
}

.text {
    margin:auto;
    font-weight: bold;
    color:rebeccapurple;
    font-size: 20;
    margin:auto;
    border: .5;
    border-style:dashed;
    border-color: deeppink;
    background-color: cornsilk;
}

table {width:80%;
margin:auto;
text-align: center;

}


.buy:hover {opacity: 70%;
}



a:link {
      background: rgb(240,89,155);
background: -moz-radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
background: -webkit-radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
background: radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0599b",endColorstr="#c11cff",GradientType=1);

-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 20;
    
    
    text-decoration: none;
    
}
a:hover {

   
}

a.two {
    
    background: rgb(240,89,155);
background: -moz-radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
background: -webkit-radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
background: radial-gradient(circle, rgba(240,89,155,1) 0%, rgba(193,28,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0599b",endColorstr="#c11cff",GradientType=1);

-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 25;
    word-spacing: 10;
    margin: 5;
    text-decoration: none;
}

a.two:hover {cursor: zoom-in;}

figcaption
{
    width:40%;
    margin: auto;
        display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}
        
.bod {
    margin:auto;
    border: .5;
    border-style:dashed;
    border-color: deeppink;
    width: 30%;
    text-align:center;
    color: crimson;
    }


    #imgstyle {
        float:left;
        width:200px;
        height:154px;
          
            
            background-repeat: no-repeat;
            background-color: darkgreen;
            margin-bottom: 5px;
            background-blend-mode: screen;
}
        