body { 
  background-color: white; 
  color: black; 
  font-family: Verdana; 
  background-image: url("background.png"); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: 100vh; margin: 0; } 
  
.overlay { 
    background-color: rgba(0, 0, 0, 0.5); 
    height: 100%; } 
    
.content {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 30px 40px;
  border-radius: 10px;
  max-width: 600px;
  margin-bottom: 20px;
}
  
.movie {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
}

.movie iframe {
  width: 100%;
  height: 340px;
  border-radius: 6px;
}


.corner-image { 
        position: fixed; 
        bottom: 20px; right: 20px; } 
        
.video-container { 
  position: relative; 
  width: 100%; 
  max-width: 800px; }