
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ccc;
	outline: none;
}


.containers {
	text-align: center;
	padding: 10% 0 0 0;
}

svg:not(:root) {
    overflow: hidden;
}
