.side-bar {
	position: absolute;
	height: 100%;
	background-color: #80CBC4;
	width: 20%;
	padding: 10%;
	text-align: center;
	color: white;
}

#paw {
	position: relative;
	width: 60%;
}

.description {
	width: 35%;
	position: absolute;
	left: 40%;
	padding: 10%;
}