#main {
	background-image:url('e.png');
	height: 99%;
	width: 99%;
	margin: 0px;
	position: absolute;
}
#e {
	background-color: black;
}

#stoo {
	background-color: black;
	height: 20%;
	width: 100%;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
}

#txt {
	color: red;
	font-size: 700%;
	font-family: algerian;
	text-align: center;
	color: red;
	text-decoration: none;
}