body {
	background: #444; 
	font-family: "Arial"; 
	color: #EFEFE7;
}
.container {
	position: relative;
}
h1 {
	font-size: 30px;
	color: #6cf; 
}
h2 {
	font-size: 60px; 
}
a{
	text-decoration: none;
	color: #000; 
}
a:hover{
	color: #000; 
}
button.contact-me-button{
	font-size: 25px; 
	margin-top: 30px; 
	background-color: #FFD222; 
	border-style: none; 
	border-radius: 0px; 
}

button.contact-me-button:hover{
	background-color: #FF4C95; 
}