@charset "UTF-8";
/* CSS Document */
body {color: rgba(66,66,66,1.00)}
h1 {font-size: 30px; color: rgba(88,53,162,1.00)}
p {font-size: 15px; color:black}
div.img-box {text-align: center}

@media (max-width: 600px) {
    body {
        background-color: lightgray;
		h1 {font-size: 50px; color: rgba(88,53,162,1.00); text-align: center}
		h4 {font-size: 30px; color:blue; text-align: center}
		p {font-size: 20px; color:black}
    }
@media (max-width: 300px) {
    body {
        background-color: lightgray;
		h1 {font-size: 15px; color: rgba(88,53,162,1.00); text-align: center}
		h4 {font-size: 10px; color:blue; text-align: center}
		p {font-size: 8px; color:black}
    }	
}