.PhotoPad
{
	position: relative;
	top: 10px;
	left: 10%;
	background: #21618C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 15px;
	color: #ECF0F1;
	width: 80%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 15px 50px rgba(0,0,0,.2);
	text-align: justify;
}

.circle1
{
	width: 130px;
	height: 150px;
	border-radius: 50%;
	float: left;
	shape-outside: circle();
	margin: 10px;
}

.horizontalContainer
{
	top: 10px;
	left: 10%;
	position: relative;
	width: 80%;
	display: flex;
}

.horizontalBlocks
{
	flex: 1;
    border: none;
	background: #21618C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 15px;
	color: #ECF0F1;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
}

.horizontalBlocks:first-child
{
	    margin-right: 20px;
}