body{
	font-size: 1.2rem;
	line-height: 1.3rem;
	padding: 5px;
}

.poem{
	width: 100vw;
    padding-right: 5px;
    padding-top: calc(1.3rem * 4 + 5px);
}

.info{
	width: 100vw;
    padding-right: 5px;
    padding-top: calc(1.3rem * 4 + 5px);
}

.btn:hover{
	color: black;
}

.video-container{
	height: 100dvh;
}

.images-container{
    height: 70dvh;
    text-align: center;
	justify-content: center;
	align-items: center;
}

.images-container img{
	height: auto;
	width: 80%;
}

.poem{
	height: 100dvh;
}

.info{
	height: 100dvh;
}

nav{
	top:5px;
	left:5px;
}