* {
    margin: 0 auto;
}

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #333;
}

body {
	color: #dedede;
	margin: 0;
	/*padding: 8px;*/
	/*box-sizing: border-box;*/
	/* box-sizing: unset; */
	font-family: 'Roboto', 'Flow Circular', sans-serif;
	font-display: swap;
	background: linear-gradient(180deg, #333 0%, #111 100%);
}

progress {
	height:2px;
	color: #ff3e00 !important;
	background-color: #1c1c1c;
	margin-top: -20px;
}

/* Chrome */
progress::-webkit-progress-value {
	background: #ff3e00 !important;
}

progress::-webkit-progress-bar {
	background-color: #1c1c1c;
	border-radius: 4px;
}

/* Firefox */
progress::-moz-progress-bar {
	background-color: #ff3e00 !important;
}







main {
	text-align: center;
	/* padding: 1em; */
	max-width: 240px;
	margin: 0 auto;
}

h1 {
	color: #ff3e00;
	/* #E2241A */
	text-transform: uppercase;
	font-size: 4em;
	font-weight: 100;
	font-family: 'Bebas Neue', 'Flow Circular', 'Roboto', sans-serif;
	font-display: swap;
}

.headStyle
{
	color: #ff3e00;
	font-weight: 100;
	font-family: 'Bebas Neue', 'Flow Circular', 'Roboto', sans-serif;
	font-display: swap;
}

.nomargin
{
	margin: 0;
	padding: 0;	
}

a {
	color: #ff3e00;
	/* color: rgb(0,100,200); */
	text-decoration: none;
}

a:hover {
	/* text-decoration: underline; */
	text-decoration: none;
}

a:visited {
	/* color: rgb(0,80,160); */
	text-decoration: none;
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

p, input{
	font-family: 'Roboto', 'Flow Circular', 'Roboto', sans-serif;
	font-display: swap;
	font-size: 20px;
	font-weight: 400;
}