@charset "utf-8";
/* CSS Document */

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */

body {
	display: block;
}

.main {
	width: 1080px;
	float:left;
}

.left {
	width: 480px;
	margin: 20px;
	float: left;
}

.right {
	width: 480px;
	margin: 20px;
	float: right;
}
	
/*
figure  {
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 40px;
  margin-end: 40px; 
}
*/

img {
	border: 1px solid #323232;
	padding: 5px;
	background: #fff;
	border-radius: 12px;
    box-shadow: 3px 3px 5px rgba(50, 50, 50, .5);
}

figcaption {
	padding: 5px;
	font-family: 'Cherry Swash', cursive;
	font-size: 1em;
	font-weight: 700;
	border: none;
	background: transparent;
	word-wrap:normal;
	text-align: center;
}

a {
	text-decoration:none;
}


	