body {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #0F172A;
	background-image: url("../img/splash.svg");
	background-size: 50rem;
	background-position: 56vw -160px;
	background-repeat: no-repeat;
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1;
	text-align: left;
	color: #F8FAFC;
}
h1, h2, h3, h4, h5, h6, p, label, pre, code, li {
	margin: 1rem 0;
	padding: 0;
	color: #F8FAFC;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.5;
}
p, li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
small {
	font-size: .75rem;
}
strong {
	font-weight: 600;
}
a, a:link, a:active, a:visited, a:hover {
	color: #8B5CF6;
}
a, a:link, a:active, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
label {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5;
}
input {
	display: block;
}
div, h1, h2, h3, h4, h5, h6, p, label, pre, code, input[type="text"], input[type="email"], textarea, select, option {
	display: block;
}
input[type="text"], input[type="email"], textarea, select, option {
	width: 100%;
	height: auto;
	padding: .5rem;
	background-color: transparent;
	border: .1rem solid rgba(0, 0, 0, .5);
	border-radius: .5rem;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.3;
}
input[type="submit"] {
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 1rem 2rem;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid rgb(0, 0, 255);
	border-radius: .5rem;
	box-sizing: border-box;
	transition: .5s;
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
	color: rgb(0, 0, 255);
}
input[type="submit"]:hover {
	background-color: rgb(0, 0, 255);
	color: rgb(255, 255, 255);
}
textarea {
	height: 7rem;
}
hr {
	display: block;
	border: 0;
	width: 100%;
	height: 1px;
	margin: 1rem 0;
	padding: 0;
	background-color: rgba(27, 27, 27, .2);
	color: rgba(27, 27, 27, .3);
}