﻿*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #2E2E2E;
	color: #FB8020;
}
.container { 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	min-height: 100vh; 
	font-family: "Roboto Condensed", sans-serif;
	font-weight:600;
	font-size:24px;
	text-align:center
} 
.ww{
	color:#FFFFFF;
}