/*
	welcome page styles
	1ost.dev
*/

#welcome {
	color: white;
	font-family: "Orange Kid";
	font-size: 26px;
	animation: background-wobble-vert 31.415926s ease-in-out infinite alternate;
	
	grid-template-rows: auto;
}

#welcome main {
	background-color: #230c20;
	
	align-self: center;
	justify-self: center;
	
	padding: .5em;
	width: 69%;
}

#welcome h1 { font-size: 2em; }
#welcome b { font-weight: bold;}
#welcome ul {
	list-style-type: '-';
	padding-inline-start: .75rem;
	margin-block: .5rem;
}
#welcome li {
	padding-inline-start: .75rem;
	margin-block: .1rem;
}

#welcome #footer {
	position: absolute;
	bottom: 1rem;
}
