body {
    background-color: #ADD8E6;    
}

header {
  padding: 40px;
  width: 1200px;
  margin-top: 10px;
  padding-right: -10px;
  background: #0ABAB5;
  color: white;
  font-size: 30px;
}
.header1 {
  overflow: hidden;
}

.header1 a {
  float: left;
  color: black;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 30px; 
  line-height: 25px;
  border-radius: 3px;
}

.logo {
  float: left;
  width: 60px;
  height: 60px;
}

.header1 a:hover {
  background-color: #ddd;
  color: black;
}

.header1 a.active {
  color: black;
}

.header-right {
  float: right;
  margin-top: 20px;
  margin-right: 120px;
}
.box {
  width: 1200px;
  height: 3000px;
  padding: 50px;
  margin-top: 10px;
  margin-left: 50px;
  border: 3px solid black;
}
.box3 {
  width: 1200px;
  height: 3700px;
  padding: 50px;
  margin-top: 10px;
  margin-left: 50px;
  border: 3px solid black;
}
.boxach {
  width: 1200px;
  height: 3900px;
  padding: 50px;
  margin-top: 10px;
  margin-left: 50px;
  border: 3px solid black;
}
.box1 {
  width: 1200px;
  height: 4400px;
  padding: 50px;
  margin-top: 10px;
  margin-left: 50px;
  border: 3px solid black;
}
.rightcontainer{
  width: 20%;
  height: 3000px;
  margin-left: 1100px;
  margin-top: -3000px;
  box-shadow: 5px 5px 38px #222; 
  background-color: #FFBF00;
}
h1{
  font-style: italic;
  font-size: 40px;
  margin-left: 10px;
  color: black;
}
.gif1{
  height: 150px;
  width: 150px;
  margin-left: 10px;
}
.gif3{
  height: 250px;
  width: 250px;
  margin-left: 10px;
  float: left;
}
.gif4{
  height: 250px;
  width: 250px;
  margin-right: 10px;
  float: right;
}

.img1{
  width:350px;
  height:350px;
  margin-top: 50px;
  margin-left: 500px;
  border-radius: 8px;
  border: 5px solid #FFBF00;
  box-shadow: 5px 5px 38px #222;
}
h3{
  text-align: left;
}
.stylingtable {
    border-collapse: collapse;
    border: 4px solid black;
    border-radius: 5px;
    margin: 25px 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.stylingtable tr {
    background-color: #0ABAB5;
    color: #ffffff;
    text-align: left;
}
.stylingtable th{
  padding: 12px 12px;
    border: 3px solid black;
    border-radius: 9px;
    font-size: 20px;
}
.stylingtable td {
    padding: 12px 12px;
    border: 3px solid black;
    border-radius: 9px;
}
.mySlides {display: none}
.img2 {
  width:800px;
  height:600px;
  vertical-align: middle;}

.slideshow-container {
  max-width: 800px;
  max-height: 600px;
  position: relative;
  margin: auto;
  border-radius: 8px;
  border: 5px solid #FFBF00;
  box-shadow: 5px 5px 38px #222;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #FF0099;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 22px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.active, .dot:hover {
  background-color: #717171;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.table1{
  width: 1000px;
  position: relative;
  margin: auto;
  border-radius: 8px;
  border: 5px solid #FFBF00;
  box-shadow: 5px 5px 38px #222;
}
.table1 td {
    padding: 10px 10px;
    border: 3px solid black;
    border-radius: 9px;
}
.imgcer{
  width:600px;
  height:350px;
}
.boxproj{
  width:700px;
  height:430px;
  margin-top: 50px;
  margin-left: 200px;
  border-radius: 8px;
  border: 5px solid #FFBF00;
  box-shadow: 5px 5px 38px #222;
}