body {
	background-color: #000000;
}

#wrapper {
	position: relative;
}

#title{
	position: absolute; 
	text-align: center;
	left: 20%;
	top: 10%;
	margin: 0px;
}

#physicsLink{
	position: absolute;
	margin: 0;
	left: 10%;
	top: 60%;
}

#physicsLink:hover{
	transform: scale(1.1);

}

#photoLink{
	position: absolute;
	margin: 0;
	left: 44%;
	top: 68%;
}

#photoLink:hover{
	transform: scale(1.1);
}

#footer{
	position: absolute;
	margin: 0;
	text-align: left;
	left: 5%;
	top: 90%;
}

.TitleStyleMain{
	font-size: 55px;
}

.TitleStyle{
	font-size: 40px;
}

img {
	width: 100%;
}