@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

body {
	background:#0a0a0a;
	color:#ccc;
	font-family:"Staatliches", sans-serif;
	margin:0;
}

.spacer {
	height:60vh;
	display:flex;
	justify-content:center;
	align-items;center;
}

.lineSection {
	border-bottom:2px solid #777;
	padding:3vw;
	background:#151515;
	display:flex;
	align-items:center;
}

.number {
	font-size:180px;
	width:140px;
	text-align:center;
}

.lineHolder {
	width:20px;
	height:200px;
	overflow:hidden;
	background:#222;
}

.line {
	width:100%;
	height:100px;
	background:#ff7b3e; /* orange */
}