html{
	background-color: black;
}
#logo{
	width: 7vw;
	position: fixed;
	top: 2vw;
	left: 2vw;
	z-index: 3;
}
p{
	color: white;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.2vw;
	width: 83%;
}
h2{
	color: white;
	position: fixed;
	bottom: 4%;
	right: 4%;
	font-size: 1.4vw;
}