body {
      background: url('gettyimages-104245151-612x612.jpg')  ; 
      color: #E6C2FF;              
      font-family: "Times New Roman";
      margin: 0;
      padding: 20px;
    }
    .wrapper {
      width: 800px;
      margin: 0 auto;
      border: 4px dotted #A020F0;
      background-color: #4B0082;
	  filter: drop-shadow(0px 0px 745px #000)drop-shadow(0px 0px 612px #000)drop-shadow(0px 0px 397px #000);
    }
    .header {
      background-color: #660099;
      padding: 10px;
      text-align: center;
      font-size: 24px;
      color: #FFD700;
    }
    .main-content {
      display: flex;
    }
    .nav {
      width: 150px;
      background-color: #550088;
      padding: 10px;
      box-sizing: border-box;
    }
	a:link {
	  color: yellow; 
	  text-decoration: none;
	}a:visited {
	  color: yellow; 
	  text-decoration: none;
	}
	
	a:hover { 
	  text-decoration: underline;
	}
    .nav a {
      display: block;
      color: #E6C2FF;
      text-decoration: none;
      margin-bottom: 0px;
      font-size: 14px;
	  padding: 8px;
    }
    .nav a:hover {
      color: #FFFF00;
	  background-color: #8e00e3; 
    }
    .content {
      flex: 1;
      padding: 10px;
      background-color: #3F0075;
      color: #F0E6FF;
    }
    .section {
      border: 2px dashed #A060F0;
      padding: 8px;
      margin-bottom: 12px;
      background-color: #52007A;
    }
    .ttitel {
      color: #FFFF00;
	  font-size: 1.4em;
    }
    .content .ttitel {
      color: #FFFF00;
	  font-size: 1.8em;
	  text-align: center;
	  display: block;
	  width: 100%;
    }
    marquee {
      color: #FFA500;
      background-color: #550088;
      padding: 4px;
    }
    .footer {
      text-align: center;
      padding: 8px;
      background-color: #660099;
      color: #DDC2FF;
      font-size: 8px;
    }
	#question {
	font-size: 1.6em;
	}
	#advert {
	  display: block;
	  height: 71px;
      width: 145px;
	  /* float: left; */
      float: right; /* note: i spent like 3 minutes trying to get it to go to be on the right side then i realized that my brain swapped the directions and i thought that left was right */
	  background: url('ad3.png');
    }