body {
    font-family:'Cormorant Garamond', serif;
    /*line-height: 40pt;*/
    font-size: 16pt;
    font-weight:500;
    background-color:#eee;
    color:#800060;
    line-height: 20pt;
}

h1 {
    font-size: 40pt;
    text-align:center;
}

h2 {
    font-size:25pt;
    text-align:center;
    font-weight:100;
    font-style: italic;
}

p {
    text-align:justify;
    padding:0 20%;
}

#title {
    padding:10% 15% 5% 15%;   
    background-color: #dcbccc;
}

#information {
    padding:5% 0;
}

#watch {
    width:80%;
    height:auto;
    padding:5% 10%;
    
}

iframe {
	object-fit: cover;
	width:100%;
	aspect-ratio: 560 / 315;
}

/*tr {*/
/*    width:100%;*/
/*}*/
/*td {*/
/*    width:30%;*/
/*}*/
/*#gallery {*/
/*    background-color: #800060;*/
/*    color: #eee;*/
/*    padding:5% 0 0 0;*/
/*}*/

/*#gallery img {*/
/*    width:auto;*/
/*    height:20%;*/
/*}*/