#container {
	position: absolute;
	left: 850px;
	top: 200px;
	width: 800px;
	text-align: center;
}

#about-title {
	font-size: 32px;
	font-weight: 500;
	line-height:42px;
    text-align: left;
	color: #000000;
	width: 100%;
	margin-bottom: 5px;
}

#about-description {
	font-size: 18px;
	font-weight: 400;
    text-align: justify;
	color: #000000;
	width: 100%;
}

#mission-title {
	font-size: 32px;
	font-weight: 500;
	line-height:42px;
    text-align: left;
	color: #000000;
	width: 100%;
	margin: 35px 0px 5px 0px;
}

#mission-description {
	font-size: 18px;
	font-weight: 400;
    text-align: justify;
	color: #000000;
	width: 100%;
}

#molecule {
    position: absolute;
    top: 200px;
    left: 250px;
}

#colorado_river {
    position: absolute;
    top: 150px;
    left: 20%;
    width: 60%;
    border-radius:  10px;
}