.hint {
	text-align: center;
	color: red;
	font-size: 25px;
}

.joining {
	text-align: center;
	font-size: 20px;
	color: lightcoral;
}
.discord {
	text-align: center;
	font-size: 20px;
	color: royalblue;
	padding-top: 5%;
}

.discord a {
	text-decoration: none;
	color: lightblue;
}

.dynmap {
	text-align: center;
	font-size: 20px;
	color: white;
	padding-top: 5%;
}

.dynmap a {
	text-decoration: none;
	color: lightblue;
}
.footcontent {	
	padding-left: 75%;
	padding-top: 0%;
}
footer {	
	margin-top: 205%;
	height: 16%;
}
@media only screen and (max-width: 600px) {
	.hint {
		padding-top: 40%;
	}
	.footcontent {
		font-family: "Roboto Slab", serif;
		font-size: 17px;
      		color: red;
     		padding-top: 0px;
		padding-left: 150px;
	}
}
