
#wrapper
{
 text-align:center;
 margin:0 auto;
 padding:0px;
 width:100%;
}
#effect
{
 /* background-color:#610B0B; */
 position:relative;
 width:100%;
 height:100vh;

 box-shadow:0px 0px 10px 0px #610B0B;
}
#effect p
{
 margin-top:10px;
 font-size:30px;
 color:#F79F81;
}
#curtain1
{
 top:0px;
 position:absolute;
 left:0px;
 width: 50%;
 height:100vh;
 z-index: 9999;
}
#curtain2
{
 top:0px;
 width: 50%;
 position:absolute;
 height:100vh;
 right:0px;
 z-index: 9999;
}
