* {
	margin:0;
	}
	
body {
	background:#FA7878;
	color: white;
	font-size: 25px;
	}	
	
h1 {
	color: #631B1B;
	text-align: center;
	font-size: 4rem;
	text-transform: uppercase
	}
	
p {
	width: 100px;
	height: 100px;
	border: 3px #277AB4 dashed;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	padding: 15px;
	overflow: scroll;
	}