html,body {
	width:100%;
	height:100%;
}
body {
	background-color: #EF4823;
}
main {
	z-index:100;
	display:flex;
	width:100%;
	height:100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#me {
	position: absolute;
	bottom:0px;
	right:0px;
	width: 50vw;
	max-height: 30vh;
	z-index: 0;
	object-fit:contain;
	object-position: right;
}

.btn-icon {
	padding:1.25rem;
	line-height: 1;
	font-size: 2rem;
}