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

body {
	background-color: yellow;
}

img {
	margin-bottom: 15px;
	margin-top: 15px;
}

.h2text{
	font-size: 42px;
	font-weight: 900; 
}

.ptext{
	font-size: 24px;
	margin-bottom: 10px;
}

.howto{
	font-size: 32px;
	margin-bottom: 20px;
}

.bunnerstyle{
	margin-top: 45px;
}

footer {
	background-color: black;
	margin-top: 45px;
	padding-top: 30px;
	padding-bottom: 15px;
	color: white;
	}

.cop_name {
	font-size: 18px;
}