html {
        background-color: mistyrose;
}

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

.img2 {width:100%;
border:4px dashed;
border-color: springgreen;
margin-top: 40px;
    margin:auto;
    align-items: center;
}

.img4 {
border:4px dashed;
    margin-top: 40px;
border-color: springgreen;
    margin:auto;
    align-items: center;
}

.img4:hover {
    border:4px dashed;
    margin-top: 40px;
border-color: dodgerblue;
    margin:auto;
    align-items: center;
}
    

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:pointer;
}
.alert {border: 4px dashed red;
color:red;
width:45%;
margin: auto;
text-align: center;}

.img3 {width:35%;
border:4px dashed;
border-color: springgreen;

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

.border1 {
    width:25%;
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;
}

.options {text-align: center;

font-size:20;
color:orangered;}

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

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

#whatsup {
    margin:auto;
    width:60%;
}

.cell {
    margin:0;
padding:-10;}

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


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

.post {
    
    text-align:center;
opacity: 100%;
    font-size: 18;
    color: darkred;
    font-weight:lighter;
    margin:auto;
 
    
}
    
.menu {font-size:40;}


.link: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;
    
}
.link:hover {

   
    cursor:pointer;
}
            
            .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%;
}