
	/* Add a red color to all icons and set the font-size */

.g1 {
    color:  #ff4d4d;
    font-size: 80px;
}

.container-fluid{
	background-color: #A6C5C1;
}

