/* IMPORTANT: */
*{ margin: 0; padding: 0; border: 0;}

/* IMPORTANT: */
html, body {
	height:100%;
}

select{
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight:bolder;
	color: black;
	width: 50%;
}

#container{
	position: relative;
	height: 100%;
	width: 100%;
}

#works{
	/* border: 1px solid blue; */
	position: absolute;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight:normal;
	color: black;
}

#firstName{
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight:bolder;
}

#lastName{
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight:bolder;
	color: blue;
}

#contact{
	font-family: "Courier New", Courier, monospace;
}

#description{
	font-family: "Courier New", Courier, monospace;
}

#theLink{
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight:bolder;
	color: blue;
}