body {
	margin-left: 0;
	margin-right: 0;
}
button {
	background-color: white;
	border-radius: 15px;
	box-shadow: 1px 1px 1px 0px #4C5148;
}
.landing {
	margin-left: 8px;
	margin-right: 8px;
}
.landing button {
	margin-bottom: 5px;
}
.preview:not(:last-child) {
	/* border-right: 3px; */
	/* border-right-style: ridge; */
}
.preview {
	padding-left: 5px;
	padding-right: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.preview-tri-container {
	display: flex;
	gap: 10px;
}
.preview-tri-content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.next-step-btn {
	margin-left: 5px;
}

#body-with-controls {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

#app-body {
        position: relative;
        flex-grow: 1;
}

#controls {
        height: 128px;
	width: fit-content;
        position: relative;
        z-index: 5;
	padding-left: 8px;
	padding-left: 8px;
        background-color: white;
        display: flex;
	box-shadow: 5px 5px 5px 0px #4C5148;
}
#controls hr {
	margin-left: 5px;
	margin-right: 5px;
}
#controls button {
	margin: 5px;
}

.color-prompt {
	padding-left: 8px;
}
