.cascadia-mono {
	font-family: "Cascadia Mono", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

#secondary-container {
	text-align: left;
}

body {
	background-color: #300030;
}

p {
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #EEEEEE;
}

.first-p {
	margin-top: 5px !important;
}

li {
	color: #EEEEEE;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF30;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

li:last-child {
	border-bottom-style: none !important;
}

h1 {
	color: #FF00FF;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF30;
	border-bottom-width: 1px;
	padding: 5px;
	margin: 0px;
}

ul {
	list-style-position: inside;
	list-style-type: decimal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

h2 {
	color: #FF00FF;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF30;
	border-bottom-width: 1px;
	padding: 5px;
	margin: 0px;
}

a {
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

a:link {
	color: #FF00FF;
}

a:visited {
	color: #FF00FF;	
}

#main-container {
	border-radius: 5px;
	outline: #FF00FF30 dashed 2px;
	direction: ltr;
	padding: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.gallery {
	margin-top: 5px;
	margin-bottom: 0px;
}

.gallery img {
	vertical-align: bottom;
	border-radius: 5px;
	outline: #FF00FF30 dashed 2px;
	padding: 5px;
	margin: 5px;
}
