@charset "UTF-8";

.square {
	margin: 40px;
	padding: 40px;
	background-color: #FFFFFF;
	width: 400px;
	height: 400px;
-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	text-align: right;
	font-size: 1em;
	
}

h1 {
	
	font-weight: 400;
}


h3 {
    color:#D0112B;
	margin-bottom: 10px;
	margin-top: 10px;
}

hr {
	border-top: 5px solid #D0112B;;
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.red {
	color:#D0112B;
	font-size: 0.8em;
	font-weight: 700;
}

p {
	margin-bottom: 5px;
}

.copyright {
	font-size: 0.7em;
	margin-top: 40px;