	html{
		background-color: black;
	}

	/*LOGO*/
	#logo2{
		width: 7vw;
		position: fixed;
		top: 2vw;
		left: 2vw;
		z-index: 3;
	}
	
	#contact{
		font-size: 8vw;
		color: white;
		position: fixed;
		top: 20%;
		left: 6vw;
		transform: translateY(-50%);
	}
	#name{
		text-align: center;
		font-size: 5vw;
		color: white;
		position: fixed;
		top: 42%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#text01{
		text-align: center;
		font-size: 2vw;
		color: white;
		position: fixed;
		top: 58%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	
	#title{
		font-size: 4vw;
		color: white;

		top: 3vw;
		left: 6vw;
	}
	#details{
		font-size: 2vw;
		color: white;
		top: 8vw;
		left: 6vw;
	}
	
	table{
		position: absolute;
		top: 24vw;
		transform: translateX(-50%);
		left: 50%;
	}
	
