html {
        color:midnightblue;

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

.border {
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;
    
}

.linklist {
    width:30%;
margin: auto;
    border: 3;
    border-style: dotted;
    border-color: springgreen;
    text-align: center;
    color: rebeccapurple;
    background-color: floralwhite;
}

.alert {
    width:50%;
margin: auto;
    font-size: 30;
    border: 3;
    border-style: dotted;
    border-color: red;
    text-align: center;
    color: red;
    background-color: floralwhite;
}

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

.title {
    
    text-align:center;
opacity: 100%;
    font-size: 50;
    color: darkgoldenrod;
    font-weight: bold;
    margin:auto;
    border:1;
    border-style:outset;
    border-color:darksalmon;
    width:80%;
                              text-shadow: 2px 2px orange;

}

#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-align: center;
    display:block;
}

table {
    margin: auto;
    opacity:100%;
    font-size: 15;
    width:1000;
    text-align: center;
    border: 3;
    vertical-align: text-top;
}
td {width:300;
        text-decoration-color: purple;

    margin:auto;
    border-color: darkorange;
         border: 3;
    border-style:dotted;
    vertical-align: text-top;
    
}

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

   
    cursor:crosshair;
}

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

.heatfreaks {
  position: relative;
        display: inline-block;
        
}

.heatfreaks .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .heatfreaks:hover .img-top {
        display: inline;
    }


.worldsonfire {
  position: relative;
        display: inline-block;
        
}

.worldsonfire .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .worldsonfire:hover .img-top {
        display: inline;
    }


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