body {
	padding: 0px;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 80px;
	background-color: #121212;
	background:
		linear-gradient(85deg, #0f3123 0%, #1b1b1b 40% 67%, #290d1c 98% 100%),
		url("images/brick_texture1.png");
    background-blend-mode: lighten;
	height: fit-content;
	min-height: 100vh;
	font-family: "Lucida Console", "Courier New", monospace;
	color: #d9c9ba;
	text-shadow: #08241cb6 2.5px 1px;
}

.section-normal-tb-editing {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.creating-wheel-geometry {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 45vw;
	margin-top: 60px;
	margin-bottom: 80px;
}
.creating-wheel-geo {
	display: flex;
	flex-direction: row;
	align-content: flex-end;
	width: 45vw;
}
.adding-pivot {
	display: flex;
	flex-direction: row;
	width: 66%; 
	margin-top: 20px;
}
.adding-pivot > video {
	margin-left: 10px;
}


.adding-wheel-entities {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 80px;
}

.generating-model-files {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 80px;
}

.applying-models {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}



.garage {
	position: absolute;
	top: 1536px;
	height: 1000px;
	width: 100%;
	z-index: 10;
	background:
		linear-gradient(140deg, #0f3123 0%, #1b1b1b 40% 45%, #301121 50% 100%),
		linear-gradient(5deg, #272131 0% 10%, #1b1b1b 40% 45%, #301121 50% 100%),
		url("images/texture1.png");
    background-blend-mode: lighten;
}






.comment {
	font-size: 14px;
	color: #878483;
}

.navlink {
	margin-top: 8px;
	color: #dbc6cc;
	text-decoration: none;
}
.navlink::after {
	content: "";
	display: inline-block;
	width: 0.85em;
	height: 0.85em;
	margin-left: 0.25em;

	background-size: 100%;
	background-image: url("images/iconf.png");
	background-repeat: no-repeat;
}

.container_wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}
.container {
	width: 85vh;
	display: flex;
	align-items: center;
	flex-direction: column;
}






















