body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #8D14B2;
}

header{
    background-color:#CA0BEF;
    font: Verdana, sans-serif;
}

main{
   background-color:#B734CE; 
   text-align: left;
   font: Arial, sans-serif;
   font-size: 36px;
}



footer{
    background-color:#B441C9;
}
#img{
    width: 800px;
    height: 550px;
    border-style: dotted;
    border-color: #000000;
    border-width: 15px;
}
#imgR{
    width: 750px;
    height: 500px;
    border-style: dotted;
    border-color: #000000;
    border-width: 15px;
    text-align:right;
}
#imgL{
    width: 750px;
    height: 500px;
    border-style: dotted;
    border-color: #000000;
    border-width: 15px;
    text-align: left;
}
.list{
    font-size:35px;
    text-align: Left;
}
.listR{

    text-align: right;
    width:700px;
    height:500px;
    border-style:dotted;
    border-color:#000000;
    border-width:15px;
    font-size:35px;
}


/* Center website container */
.wrapper {
  max-width: 2200px;
  margin: 0 auto;
  background: #fff;
  padding: 5px;
}

/* Layout for header, main, footer */
header, main, footer {
  padding: 10px 0;
  text-align: center;
}

/* Navigation list */
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* Nav link as container */
nav a {
  position: relative;
  width: 160px;   /* half width */
  height: 50px;   /* half height */
  display: inline-block;
}

/* Buttons stacked on top of each other */
.nav-btn {
  width: 160px;   /* half width */
  height: 50px;   /* half height */
  position: absolute;
  top: 0;
  left: 0;
}

/* Default: show normal version */
.hover {
  opacity: 0;
}

/* Hover swap */
a:hover .normal {
  opacity: 0;
}
a:hover .hover {
  opacity: 1;
}

/* Current page = hover style visible */
a.current .normal {
  opacity: 0;
}
a.current .hover {
  opacity: 1;
}

.videoR{
    width:700px;
    height:500px;
    border-color:#000000;
    border-style:solid;
    border-width:20px;
}
#website{
    width:900px;
    height:800px;
}
.table{
    border-width:15px;
    border-style:solid;
    border-color:#000000;
}