body {
    background-color: #85c8f6;
}
h1 {
    font-size: 60px;
    text-transform: uppercase;
}
.toprow {
	height: 150px;
}
@media screen and (max-width: 768px) {
    h1{
        font-size:20px;
    }
	.toprow {
	        height: 50px;
	}
}
