
* {
	box-sizing: border-box;
}

.column {
	float: left;
	width: 33.0%;
	padding: 15px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}
h1{
	color:#191970;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	background:#FFC0CB;
	margin-bottom:10px;
}

.img_center{
	width:95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
}
p{
	font-size:25px;
	color:black;
	font-family:"Comic Sans MS", cursive, sans-serif;
}
	
	
/*****MEDIA QUERY-changes website for mobile or smaller screens*****/
@media only screen and (max-width : 700px) {

/***Place other @media controls below here***/

/******COLUMN @media**********/

.topbox{
width:100%;
margin-bottom:5px;
}

.column {
width: 100%;
margin-bottom:5px;
border:2px solid gray;
}

}












	
	