/********** Index **********/

.index-welcome {
	position:absolute;
	width:35%;
	background-color: rgba(0,0,0,0.4);
	right:75px;
	top:75px;
	padding:15px;
	border-radius:10px;
	text-align: center;
	color:#fff;
}

.index-welcome a {
	text-decoration: none;
}
.index-welcome h2 {
	font-family: 'nothing';
}