.fullscreen
{
	position: relative;
	margin: 124px 0px 0px 0px;
	width: 100%;
}

.maintext
{
	color: white;
	font-size: 25px;
	text-align: center;
}

.imagebox img
{
	border: 3px solid brown;
}

.header
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 99%;
	height: 99px;
	background-color: #0000b3;
	border: 1px solid yellow;
	text-align: center;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	font-size: 85px;

}

.prfont
{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}
@media (pointer: coarse)
{
.prfont
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}
}


.timehead
{
	position: fixed;
	top: 5px;
	right: 50px;
	text-align: center;
	background-color: #0000a3;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.moviediv
{
	text-align:left;
	font-size: 16px;
	width:650px;
	border:1px solid red;
	margin: auto auto;
	overflow: hidden;
	padding: 3px;
}

