@charset "UTF-8";
/* CSS Document */
body{
	text-align: center;
	font-family: Helvetica;
	font-weight: lighter;
}
h1{
	color: white;
	text-align: center;
	background-color: #4991FD;
	padding-top: 30px;
	padding-bottom: 30px;
	top: 0;
	letter-spacing: 1px;
}
#header{
	font-variant: small-caps;	
}
a{
	text-decoration: none;
	
}
main{
	text-align: center;
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
		
}
.btn_link{
	padding: 5px 25px;
	border-radius: 5px;
	background-color: #333333;
	color: white;
	margin-right: 10px;
	line-height: 50px;
}
.btn_link:hover{
	background-color: #4991FD;
	cursor: pointer;
}
#personal_website{
	letter-spacing: 1px;
	text-decoration: underline;
	color:#4991FD;
}
.notFollow{
	padding: 5px 25px;
	border-radius: 5px;
	background-color: #333333;
	color: white;
	margin-right: 10px;
	line-height: 50px;
}
.notFollow:hover{
	cursor: not-allowed;
}
footer{
	text-align: center;
	position: absolute;
	right:0;
	left: 0;
	bottom: 0;
}

