body{
	font-family: 'Oswald', sans-serif;
	color: #800080;
	background-image: url(../img/background.jpg);
}


a{
	font-family: 'Oswald', sans-serif;
	color: #800080;
}


li{
	margin-left : 30px;
	font-family: 'Oswald', sans-serif;
}

p{
	font-family: 'Oswald', sans-serif;
	color: #800080;
	font-size: 20px;
	text-decoration: none;
	text-decoration-style: none;
}

.underline{
		text-decoration: underline;
}

.links{
		text-align: center;
		font-size: 40px;
		text-shadow: 1px 1px;

}

img{
	max-width: 25%;
	height: auto;
	border-radius: 5px;
}

.discord{
		float: right;
		margin-right: 10px;
		margin-top: -100px; 
}