@font-face {
	font-family: 'krunker';
	src: url(../font/krunker.ttf);
}

@font-face {
	font-family: 'feather';
	src: url(../font/feather2.ttf);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'feather', sans-serif;
}
  
body {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.card {
	display: block;
	overflow: auto;
	width: 90%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 400px;
	margin: auto;
	text-align: center;
	border-radius: 5px;
}

h1 {
	font-size: 40px;
}

img {
	display: block;
	margin: 30px auto 0 !important;
	width: 300px !important;
}

.title {
	margin: 5px 0 20px;
	color: grey;
	font-size: 20px;
}

button {
	padding: 8px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 20px;
}

.discord {
	margin: 24px 0 30px;
}

a {
	text-decoration: none;
	font-size: 30px;
	color: black;
}

a:hover {
	color: #5865F2;
}

@media (max-width: 480px) {
	img {
		margin: 20px 0 20px;
		width: 200px !important;
		margin-bottom: 0;
	}

	h1 {
		font-size: 30px;
	}

	.title {
		font-size: 18px;
		margin-top: 0;
	}

	.discord {
		margin: 20px 0 24px;
	}

	a {
		font-size: 25px;
	}
}
