body{
	margin: 0;
	height: 100svh;
	background:linear-gradient(135deg, #ED5FB1, #567EFF) ;
	overflow:hidden;
}

.container {
	height:100%;
	background-color: #1a171eff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	gap:10%;
}
#logo{
	width:50%;
	max-height:50%;
}

#discord_button{
	height:10%;
	cursor: pointer;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
#discord_button:hover{
	transform: scale(1.02);
}
h1 {
	font-variation-settings: 'wdth' 100, 'wght' 800, 'slnt' 9;
	color: #ed5fb1;
	font-size: 3rem;
}

h2 {
	color: #111;
	font-size: 2rem;
	font-variation-settings: 'wdth' 100, 'wght' 700, 'slnt' 0;
}

h3 {
	color: #111;
	font-size: 1.5rem;
	font-variation-settings: 'wdth' 100, 'wght' 600, 'slnt' 9;
}

a {
	text-decoration: none;
	color: #3885f4;
}