body
{
    background-image: linear-gradient(#C60E0E, black);
}
.icons
{
	margin: 0.5rem;
}
.heading{
	color: white; 
	font-weight: bolder;
}
.description{
	color: #E8E8E8;
}
.responsive_ads { width: 320px; height: 100px; }
@media(min-width: 500px) { .responsive_ads { width: 468px; height: 60px; } }
@media(min-width: 800px) { .responsive_ads { width: 728px; height: 90px; } }