
@font-face{
  font-family: BookMan;
  src: url(fonts/BOOKOS.TTF);
}

@font-face{
  font-family: Amore;
  src: url(fonts/AMORE.otf);
}

#CURTAINS {
    
    padding: 50px;
      padding-bottom: 25%;
    background: url(images/index/theater_curtain.webp);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: relative;
}


body {
  background-color: black;
  color: white;
  font-family: Verdana;
}


a:link{
  color: #D92500;
  text-decoration: none;
}
a:visited{
  color: #D92500;
}
a:hover{
  color: #F02A00;
  text-decoration: underline;
}

.mainH{
  color: white;
  text-align:center;
}
.mainH h1{
  font-family: Amore;
}
.mainH h2 {
  font-family: BookMan;  
}

.donWelcome{
  text-align:center;
  margin: auto;
  color: red;
  break-after: always;
  position: absolute;
  white-space: pre-line;
  font-size: 75%;
  margin-left: 710px;
}
.donWelcome img{
  position: absolute;
  margin-top: 45px;
  }
  .donWelcome figcaption{
    margin-top:420px;
    margin-left: 160px;
  }
