
body {
background-image: url("head1.gif");
  color: white;
  font-family:"Courier";
  overflow: auto;
  }

  
   header{
    background-image:url("stars2.gif");
    
    text-align: center;
  color: orange; 
  font-family: 'Times New Roman';
  
    }
    
    nav{
          background-color: rgb(0, 0, 0, 0.6);
     
    height: max-content;
    }
    
    main{    
      background-color: rgb(0, 0, 0, 0.6);
     
     height: max-content;
     overflow: auto;}

    footer{
      background-color: rgb(0, 0, 0, 0.6);
      
      text-align: center;
      color: white;}
  
  .c {text-align: center;}
  
  .l{object-fit:fill;
  background-repeat: repeat-y;}
  
  img{margin: auto;
  display: block;
}
iframe{margin: auto; display: block;}
.movie{
  object-fit: fill;
}

.b2{
  background-color: rgb(0, 0, 0, 0.6);
  border-style: inset;
  border-width: medium;
  text-decoration-style: double;
  text-decoration-line: underline;
  padding: 15px 15px;
  cursor: pointer;
  display: block;
  margin: 4px 2px;
  text-align: center;
  color: orange;
  font-family: courier;
  margin: auto;
  }
     .b2:hover{
      box-shadow:0 8px 16px 0 rgba(255,255,255,0.6)}
    
   