html {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#genContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	background-color: #786d67;
	height: 100%;
	text-align: center;
	box-shadow: 0px 0px 20px black;
	border-right: 3px solid black;
}

#genContainer img {
	transition: filter 0.7s;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#genContainer img:hover {
	filter: invert(100%);
	cursor: pointer;
}

#page {
	margin-top: 0;
	margin-left: 120px;
	height: 100%;
	width: 90%;
}

#pageTitleDiv {
	text-align: center;	
}

#pageTitle {
	background-color: white;
	border: 3px solid black;
	border-radius: 5px;
	min-width: 200px;
	max-width: 350px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 2.5;
	margin: auto;
	margin-bottom: 10px;
}

#pageContent {
	display: flex;
}

#leftContent {
	width: 50%;
	min-height: 750px;
	height: 100%;
	padding-right: 15px;
}

#rightContent {
	width: 50%;
	border-left: 2px dashed black;
	min-height: 750px;
	height: 100%;
	padding-left: 15px;
}

#genButton {
	transition: padding-left 0.5s, padding-right 0.5s, border-radius 0.5s, margin-left 0.5s;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	border: 1px solid black;
	margin: auto;
	margin-bottom: 25px;
}

#genButton:hover {
	margin: auto;
	cursor: pointer;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 10px;
	margin-bottom: 25px;
}

.attribute {
	margin-top: -10px;
	margin-bottom: 35px;
}

.attribute h1 {
	margin-bottom: -5px;
	text-decoration: underline;
	font-size: 22px;
}

.attribute p {
	margin-left: 25px;
	padding: 5px;
	margin-bottom: 0;
}

#imgDiv {
	display: none;
	border: 3px solid black;
	border-radius: 5px;
	height: 50px;
	width: 50px;
	margin: auto;
	margin-bottom: 10px;
}

#imgDiv img {
	position: absolute;
}

#phoneImgDiv {
	display: none;
	border: 3px solid black;
	border-radius: 5px;
	height: 50px;
	width: 50px;
	margin: auto;
}

#phoneImgDiv img {
	position: absolute;
}

#description {
	text-align: justify;
}

#colorDiv {
	position: absolute; 
	height: 300px;
	width: 250px;
}