	html{
		background-color: black;
	}

	/*LOGO*/
	#logo2{
		width: 7vw;
		position: absolute;
		top: 2vw;
		left: 2vw;
		z-index: 2;
	}

	h4{
		font-size: 4vw;
		color: white;
		position: absolute;
		top: 8vw;
		left: 9vw;
	}
	
	#abouttext{
		font-size: 2vw;
		color: white;

		top: 3vw;
		left: 6vw;
	}
	
	table{
		position: absolute;
		top: 24vw;
		transform: translateX(-50%);
		left: 50%;
		width: 82%;
	}
