html {
        background-color: mistyrose;
}

.nav {border:1px solid black; border-style:outset; vertical-align: center;
            }
            
            .body {position:center
               
            }

img {width:800;
border:4px dashed;
border-color: springgreen;
margin-top: 40px;
}

table#nav {margin: auto;
    border: 3;
    border-style: dotted;
    border-color: palevioletred;
    text-align: center;
    color: rebeccapurple;
    background-color: floralwhite;}
            

hr {width=50%;
    margin:0 auto;
color:rebeccapurple;
border: 5px dashed rebeccapurple;
}

.title {
    font-size: 120;
    text-align:center;
opacity: 100%;
    color: rebeccapurple;
    font-weight: bold;
    margin:auto;
      text-shadow: 2px 2px goldenrod;
}


.cap {
    font-size: 17;
    font-style: italic;
    color:cornflowerblue;
    margin-right: 15;
    text-align: center;
    margin-top: 0;
}

.cap:hover {
    cursor:crosshair;
    color: blueviolet;
}

.post {
    object-fit: fill;
    text-align:center;
opacity: 100%;
    font-size: 15;
    color: darkred;
    font-weight:lighter;
    margin:auto;
   
    width:50%;
    
}
    

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

   
    cursor:crosshair;
}
            
            .noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
            
            .noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
            
.slideshow-container {
  width: 100%;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;}
   
}

/* Hide the images by default */
.mySlides {
  display: none;
    
}



/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
  position:center;
  color: deepskyblue;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;}
  
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* Caption text */


            .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}