@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');

.act svg {
	fill: #fff;
	display: block;
	left: 9px;
	position: relative;
	top: 9px;
}
.act:nth-child(1) svg {
	fill: #cb2027;
}
.act:nth-child(2) svg {
	fill: #8a9b0f;
}
.act:nth-child(3) svg {
	fill: #2f5df2;
}
.act:nth-child(4) svg {
	fill: #3b5998;
}
.act:nth-child(5) svg {
	fill: #00aced;
}
.act:nth-child(6) svg {
	fill: #cb2027;
}
.act:nth-child(7) svg {
	fill: #f8ca00;
}
.act:nth-child(8) svg {
	fill: #ff9900;
}
