
body, html {
	height: 100vh;
	width: 100vw;
	margin: 0;
	font-family: 'Work Sans', sans-serif;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

#svelte {
	height: 100%;
}

.centerize {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}

h4 {
	font-size: 1.8em;
	font-weight: normal;
}

h5 {
	font-size: 1.3em;
	font-weight: 300;
}

input, textarea, button {
	font-family: inherit;
	min-height: 0;
	border: none;
}

select {
	font-family: inherit;
}

a {
	text-decoration: none;
	color: black;
}

.btn-success {
	background-color: #50AA46;
	color: white;
}