.cen {
  position: absolute;
        top: 49%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) }

.center { 
  text-align: center;

   } 
.center p { 
  text-align: center;

   } 
.centa { 

   } 
.centr { 

  text-align: center;
   } 

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;  



}

body {
  font-family: verdana, sans-serif;
  color: white;
  background-color: black;
}

a:link, a:visited {
  color: #001dd9; text-decoration: none;
  background: transparent;
}

a:hover { 
  color: #00ffd8; 
  text-decoration: none;
}

.small {
  font-size: 75%;
}


.large {
  font-size: 200%;
  text-align: center;

  
}

.tiled {
  background-color: black;
  padding: 0;

}

.thumb {
  background-color: black;
  text-align: center;
  vertical-align: middle;
  width: 200px;
  height: 80px;

}

a img {
  border: 1px solid white;

}

.slide {

  background-color: black;
  text-align: center;
  vertical-align: middle;

 
}
.slide image {
height: 75%;
width: 75%;
object-fit: cover;
}