@charset "utf-8";
body{
	background-image:url(linkbackground.jpg);
	background-repeat:repeat;
	background-size: cover;
	width:100%;
	margin:0px;
}

#imgA{
	background-image: url("linkavatar.png");
	width:150px;
	height:150px;
	margin:auto;
	margin-top:18px;
	background-size:cover;
}

#pseudo{
	font-family: sans-serif;
	font-weight: bold;
	font-size:18px;
	margin-bottom: 25px;
	margin-top:0px;
}

#contlink{}


#linkcontainer{
    margin: 0px auto;
	width: 680px;
    text-align: center;
}
li{
	list-style-type: none;
	width:60%;
	height:50px;
	background-color:#ffffff;
	margin:15px auto;
	opacity: 25%;
	border-radius: 10px;
	box-shadow: 0px 0px 5px black;
	font-family: sans-serif;
	font-weight: bold;
	font-size:22px;
}
li:hover{
	opacity:100%;
	 background: rgb(5,61,206);
    background: linear-gradient(0deg, rgba(5,61,206,1) 0%, rgba(0,0,143,1) 100%);
	-webkit-box-shadow: 0px 0px 0px 6px #d64545, 0px 0px 0px 6px #D64545, 0px 0px 0px 6px #D64545; 
box-shadow: 0px 0px 0px 6px #d64545, 0px 0px 0px 6px #D64545, 0px 0px 0px 6px #D64545;
}
a{
	text-decoration:none;
	color:#000000;
	width:100%;
	height:100%;
}
a:hover{
	color:white;
}
a p{	
	width:100%;
	height:100%;
	padding-top:13px;
	margin:0px;
	text-decoration:none;
}

@media screen and (max-width:1242px){
	#linkcontainer{ 
	margin: 0px auto;
	width: 95%;
    text-align: center;	
	}
	li{
		width:98%;
	}
	
}
