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

body {
	background-color: yellow;
}

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

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

.ptext{
	font-size: 18px;
}

.bunnerstyle{
	margin-top: 45px;
}

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