html {
    
   background-repeat:repeat-y;
    background-position:top right;
    background-size: 20%;
    background-color: mistyrose;
}

.border {
    width:900;
    height:620;
margin: auto;
    border: 3;
    border-style: dotted;
    border-color: springgreen;
}

.zig-zag { border: none; width: 71%; margin: auto; height: 10px; background: linear-gradient(135deg, #ECEDDC 25%, transparent 25%) -20px 0, linear-gradient(225deg, #ECEDDC 25%, transparent 25%) -20px 0, linear-gradient(315deg, #ECEDDC 25%, transparent 25%), linear-gradient(45deg, #ECEDDC 25%, transparent 25%); background-size: 10px 10px; background-color:rebeccapurple;}

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

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

.title {
    
    font-size: 120;
    width:50%;
    text-align:center;
opacity: 100%;
    background-color:whitesmoke;
    color: rebeccapurple;
    font-weight: bold;
    margin:auto;
    text-transform: uppercase;
      text-shadow: 2px 2px goldenrod;
    border: dashed skyblue 6px;
}

#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%;
    background-color:whitesmoke;
    font-size: 17;
    width:1000;
    border: 5px dashed rebeccapurple;
    text-align: center;
    
}

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

.title {
    
    width:500;
opacity: 100%;
    font-size: 55;
    color: darkgoldenrod;
    font-weight: bold;
}

.inline {
    font-size: 19;
}

.cap {
    font-size: 15;
    font-style: italic;
    color:blueviolet;
    text-align: center;
margin:auto;
    margin-top: 0;
}

.cap:hover {
    cursor:none;
    color: cornflowerblue;
}

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: 18;
    word-spacing: 10;
    margin: 5;
    text-decoration: none;
    
}
a:hover {

   
    cursor:crosshair;
}
        
.bod {
    border: .5;
    border-style:dashed;
    border-color: springgreen;
    width: 295;
    }


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