@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

body {
	background-color: rgb(40, 40, 40);
	color: white;
}

.jesperLabel {
	justify-content: center;
	align-items: center;
	display: flex;
	padding-bottom: 1.5rem;
	padding-top: 1.25rem;
}

.requireLabel {
	justify-content: center;
	align-items: center;
	display: flex;
	padding-bottom: 1.5rem;
	padding-top: 1.25rem;
	font-size: 2.5rem;
	font-weight: 200;
}

.warnLabel {
	justify-content: center;
	align-items: center;
	display: flex;
	padding-bottom: 1.5rem;
	padding-top: 1.25rem;
	font-size: 1.5rem;
	font-weight: 500;
	color: rgb(255, 0, 0);
}

.h3Label {
	justify-content: center;
	align-items: center;
	display: flex;
	padding-bottom: 1.5rem;
	padding-top: 1.25rem;
	font-size: 1.5rem;
	font-weight: 500;
}

.credits {
	background-color: #2b2b2b;
	position: fixed;
	right: 0px; bottom: 0px;
	width: 400px;
	height:40px;
	padding: 5px;
}

.credittext {
	color: white;
	font-family: 'Montserrat', sans-serif;
}