*,::after,::before{
	box-sizing: border-box;
}nav{display:block}body{
	margin: 0;
	font-family: "Roboto Condensed", "Roboto Condensed Thin", "Roboto Condensed Black", "Roboto Condensed Light", "Roboto Condensed Medium";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}textarea{overflow:auto;resize:vertical}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
