body{
 	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
	font-size: 1.9rem;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	line-height: 2rem;
	padding: 16px;
}

::-webkit-scrollbar {
     width: 0;
    height: 0;
}

.white{
	color: white !important;
}

a {
    text-decoration: none;
    color: inherit;
}

*{
	box-sizing: border-box;
}

.video-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}

nav{
	position: fixed;
	top:16px;
	left:16px;
    z-index: 7;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn:hover{
	color: white;
}


.images-container{
	/* background-color:red ; */
	position:fixed;
	top:15vh;
	left: 0;
	z-index: 2;
	width: 100vw;
	height: 70vh;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: none;
}

.images-container img{
	height: 100%;
	width: auto;
}

.poem{
	position: fixed;
	padding-top: 15px;
	top: 0px;
	height: 100vh;
	z-index: 5;
	color: white;
	overflow: auto;
	width: 45vw;
}

.info{
	display: none;
	position: fixed;
	padding-top: 15px;
	height: 5px;
	top: 0px;
	height: 100vh;
	z-index: 5;
	color: white;
	overflow: auto;
	width: 45vw;
}

#info:hover{
	cursor: pointer;
}

.stop:hover{
	cursor: pointer;
}