h1 {
    color: red;
    text-align: center;
}

.instructions {
	color: #333;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0 0 10px 0;
	z-index: 10;
	position: relative;
}

body {
	font-family: helvetica, arial, sans-serif;
}

#left-container {
    background-color: #eeeeee;
    width: 15%;
    left: 0px;
    top: 0px;
    position: absolute;
    height: 100%;
    padding: 10px;
}

#right-container {
    background-color: #eeeeee;
    width: 15%;
    right: 0px;
    top: 0px;
    position: absolute;
    height: 100%;
    padding: 10px;
}

#terrarium {
    position: relative;
    height: 550px;
	margin-top: -50px;
}

.plant-holder {
	position: relative;
	height: 13%;
	left: -10px;
}

.plant {
	position: absolute;
	max-width: 150%;
	max-height: 150%;
	z-index: 2;
}

.jar-walls {
	height: 80%;
	width: 50%;
	background: #d1e1df;
	border-radius: 1rem;
	position: absolute;
	bottom: 0.5%;
	left: 25%;
	opacity: 0.5;
	z-index: 1;
}

.jar-top {
	width: 50%;
	height: 5%;
	background: #d1e1df;
	position: absolute;
	bottom: 80.5%;
	left: 25%;
	opacity: 0.7;
	z-index: 1;
}

.jar-bottom {
	width: 50%;
	height: 1%;
	background: #d1e1df;
	position: absolute;
	bottom: 0%;
	left: 25%;
	opacity: 0.7;
}

.dirt {
	width: 50%;
	height: 5%;
	background: #3a241d;
	position: absolute;
	border-radius: 0 0 1rem 1rem;
	bottom: 1%;
	left: 25%;
	opacity: 0.7;
	z-index: -1;
}

.jar-glossy-long {
    width: 4%;
    height: 20%;
    background: #ffffff;
    position: absolute;
    bottom: 20%;
    left: 9%;
    border-radius: 1rem;
    z-index: 3;
}

.jar-glossy-short {
    width: 4%;
    height: 5%;
    background: #ffffff;
    position: absolute;
    bottom: 46%;
    left: 9%;
    border-radius: 1rem;
    z-index: 3;
}