body {
	background-color: rgb(145, 145, 145);
	min-height: 95vh;
}
#pregen {
	height: 100%;
}
header {
	border-bottom: 2px solid black;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 10%;
}
aside {
	width: 10%;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
	float: left;
	border-right: 1px solid black;
	height: 100%;
}
aside ul {
	list-style-type: none;
	padding-left: 0;
}
main {
	margin-left: 11%;

	width: 90%;
}
/* modal styles */
#modal-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

#modal {
	background: white;
	padding: 1rem;
	max-width: 400px;
	width: 100%;
}

/* Prevent interaction with page when modal is open */
body.modal-open {
	overflow: hidden;
}

#incorrect-pass {
	color: red;
	display: none;
}

.warning {
	background-color: rgb(253, 132, 132);
	padding: 5px;
	color: rgb(127, 29, 29);
	border-left: 4px solid rgb(253, 68, 68);
}

ul#footer-list li {
	display: inline;
	margin-right: 15px;
}
footer {
	border-top: 2px solid black;
	width: 100%;
	margin: 0;
	padding-bottom: 10px;
	height: 5%;
	text-align: center;
	bottom: 0;
}
#lemon-icon {
	width: 48px;
	height: 48px;
	top: 11px;
	position: relative;
}
