body{
  background-image: url("https://wintersolsticezero.neocities.org/IMAGES/BACKROUNDS/shade.png");
 background-repeat: no-repeat;
background-size: 100vw 100vh; 
background-blend-mode: darken;
  font-size: 13px;
  font-family: ;
  margin: 0px;
    margin-top: 28px;
  -text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #6d0506;}
a:hover {text-decoration: underline; color: #6d0506;}
a:active {text-decoration: none; color: #6d0506;}
img {
  vertical-align: middle;
  max-width:100%;
  max-height:100%
}

  /* Container to hold both image and iframe */
  .container {
    position: relative; /* Needed for absolute positioning of children */
    display: inline-block;
  }

  /* Background image */
  .container img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* Iframe positioned above the image */
  .container iframe {
    position: absolute;
    border-radius: 15px;
    top: 50px;   /* Adjust vertical position */
    left: 50px;  /* Adjust horizontal position */
    width: 270px;
    height: 200px;
    border: 2px solid #333;
    z-index: 2; /* Higher z-index means it appears above the image */
    background: white; /* Optional: to hide image behind iframe */
  }

a img {
  border: 0px;
}
table, td {
  vertical-align: top;
    color: white;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 2px 2px 2px 2px;
}
ul {
  list-style-type: none;
  color: white;
  margin: 0;
  padding: 10px 20px 6px 20px;
  width: auto;
}
.ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  width: auto;
} 
li a:link {
  display: block;
  background-color: #000000;
  color:#fff;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin-bottom: 6px;
}
li a:visited {
  display: block;
  background-color: #000000;
  color:#fff;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin-bottom: 6px;
}
li a:hover {
  display: block;
  background-color: dimgrey;
  color:#fff;
  text-decoration: underline;
  padding: 5px 5px 5px 5px;
  margin-bottom: 6px;
}
li a:active {
  display: block;
  background-color: #6d0506;
  color:#fff;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin-bottom: 6px;
}
.dropdown {
  position: relative;
  display: none;
  width: 100%;
  }
.wrapper{
  border:2px dotted #000000;
  max-width: 960px;
  background: #000000;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.header, .footer{
  height: auto;
  background-color: dimgrey;
  color: #fff;
}
.content {
  display: flex;
  flex: 1;
  background: #000000;
  color: #000;
}
.columns{
  display: grid;
  grid-template-columns: 21.9% 56.2% 21.9%;
  width: 100%;
}
.main{
  flex: 1;
  order: 2;
    color: white;
  background: #000000;
}
.sidebar-left{
  background: #000000;
  order: 1;
}
.sidebar-right{ 
  order: 3;
  background: #000000;
}
/* On screens that are 600px or less, stack the columns */
@media screen and (max-width: 600px) {
.columns {
  grid-template-columns: 1fr;
  padding: 0px;
  }
.ul {
  display:none; 
  }
.dropbtn {
  background-color: #ffffff;
  font-family: verdana;
  color: white;
  padding: 8px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  width: 100%;
  }
.dropbtn:hover, .dropbtn:focus {
  background-color: #d22e2d;
  color: #fff;
  }
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  }
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fafafa;
  width: 100%;
  overflow: auto;
  z-index: 1;
  }
.dropdown a:hover {
  background-color: #d22e2d;
  }
.show {
display: block;
  }
}