body {
  font-family: 'Garamond', serif;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
}

marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 80px;
  background-color: black;
  color: white;
}

.marquee-gif {
  height: 100%;            
  width: auto; 
  object-fit: contain;
  image-rendering: pixelated; 
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}

footer {
  margin-top: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.center-container {
  background-color:black;
  border-image-source: url('/pngs/MSDOS-header-border.png');
  border-image-slice: 28 56 6 56;
  border-image-repeat: round;
  border-style: solid;
  border-width: 28px 56px 6px 56px;
  image-rendering: pixelated;
  color:#FFFFFF;
  padding: 0px 20px 20px 20px;
  width: 100%;
  height:auto;
}

.left-container {
  width: 20%;
  padding: 0px 0px 0px 0px;
  height:auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.right-container {
  width: 20%;
  padding: 0px 0px 0px 0px;
  height:auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar {
  width: 100%;
  display: flex;
  border-image-source: url('/pngs/ivorylacelarge-border.png');
  border-image-slice: 34;
  border-image-repeat: round;
  border-style: solid;
  border-width: 34px;
  background-clip: padding-box;
  background-color: white;
  position: relative;
  color:#000000;
  justify-content: center;
  align-items: center;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  margin: 1em 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
