body {
	background-color: #000000;
	overflow: hidden;
}

.blank1 {
	height: 5%;
	text-align: center;
	margin-top: 15px;
	font-family: 'Inconsolata', monospace;
}

a {
	color: #00FFFF;
	text-decoration: none;
}

.blank3 {
	height: 10%;
	font-family: 'vcr_osd_monoregular';
	color: #ffffff;
	display: flex;
}

.blank3 h1 {
	align-self: flex-end;
}

.blank3 img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#dateTime {
	font-size: 2.4em; 
	margin-left: 10px;
	margin-bottom: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}

@keyframes heightChange1 {
    0% {
        height: 20%;
    }
    100% {
		height: 0;
    }
}

.blank2 {
	height: 20%;
    animation: 3s ease 0s 1 heightChange1;
	animation-fill-mode: forwards;
}

@keyframes heightChange2 {
    0% {
        height: 30%;
    }
    100% {
		height: 50%;
    }
}

.blank4 {
	height: 30%;
	color: #00FFFF;
	margin-left: 10%;
	margin-right: 10%;
	font-family: 'Source Code Pro', monospace;
    animation: 3s ease 0s 1 heightChange2;
	animation-fill-mode: forwards;
}

.text1 {
	margin-left: 35%;
	margin-right: 35%;
	width: 30%;
	height: 15%;
	position: relative;
}

.text1 img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
}

.text2 {
	margin-left: 30%;
	margin-right: 30%;
	height: 15%;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
	font-family: 'Source Code Pro', monospace;
}

.backgrnd {
	position: relative;
	overflow: hidden;
}

.img-background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	object-fit: cover;
}