		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}


background-color: lightgreen;



body {
    margin: 20px;
}


h1{
	margin-top: 50px;
}

h2{
	text-align: right;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	
}

.synopsis {
	font-size: 12;
	margin-left: 50px;
	color: darkgray;
	text-align: center;
	line-height: 150%;
}

.treatment {
	font-size: 12;
	margin-left: 50px;
	color: darkgray;
	text-align: center;
	line-height: 200%;
}


summary::marker {
  color: hotpink ;
  content:"✒";
  line-height: 150%;
}

.indent{
	margin-left: 50px;

}

a{
	font-size: 16pt;
	color: pink;
	text-decoration-style: dotted ;
/*	text-align: center;*/
}

.scenario{
	text-align: center;
}

h1{
	text-align: center;
	color: !important;
}

img{
	width: 500px;
}

figure{
    display: inline-block;
}
figcaption{
    text-align: center;

}


.toimg{
	text-align: right;

}


.name{
	text-align: right;
	margin-top: 20px;

}


.bagiaha{
	margin-top: 30px;
}




.indent{
	font-style: bold;
}


.name{ 
	margin-bottom:30px 
}


figcaption{
	color: hotpink;
} 



@media screen and (max-width: 704px) {

}
