body{
    background-color: rgb(217, 204, 204);
    font-size: 18;
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
header{
    font-size: 50px;
    font: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: orange;
    padding: 20px;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
header main{
    color: aliceblue;
    border:8px solid white ;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 46px;
}
nav{
    background-color: rgb(217, 204, 204);
    padding: 20px;
}
nav ul{
    white-space: nowrap;
    max-width: 1200px;
    margin: 0 auto;
}
nav li{
    width: 20%;
    display: inline-block;
    font-size: 24;
}
nav li a{
    text-decoration: none;
    color: #4b4b4b;
}
table{
  border-radius: 20px;
  background-color:rebeccapurple ;
}
table{
  border: 2px solid black;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
    background-color: rebeccapurple;
    color: aliceblue;
    border-radius: 25px;
    padding: 40px;
}
table th tr td{
  border: "1";
  border-radius: 20px;
  padding: 20px;
}



* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  border: 5px solid black;
  border-radius: 10px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.pro{
  text-align: center;
   background-color: rgb(217, 204, 204);
   border: 4px solid #4b4b4b;
   box-shadow: #bbb 20px;
   padding: 15px;
   max-width: 100%;
   position: relative;
}

.final{
  background-color: #4b4b4b;
  color: whitesmoke;
  font-family: 'Courier New', Courier, monospace;
  padding: 40px;
}

.form{
  align-items: center;
  background-color: white;
  color: #4b4b4b;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 2px;
  
  border-radius: 20px;

}
.form a{
  color:orange;
  
}