@font-face {font-family: 'Bluu Next';src:url("fonts/bluunext-bold-webfont.woff2") format('woff2'),url("fonts/bluunext-bold-webfont.woff") format('woff'),url("fonts/bluunext-bold.ttf") format('truetype'), url("fonts/bluunext-bold-webfont.svg") format('svg');}

.logo--container {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.logo--container + .logo--container {
	margin-top: 50px;
}
a.logo {
	font-family: 'Bluu Next';
	font-size: 1.5rem;
	text-decoration: none;
	color: #fff;
}
.gradient {
	background: rgb(254,21,146);
	background: linear-gradient(267deg, rgba(254,21,146,1) 0%, rgba(56,213,184,1) 100%);
	-webkit-animation: hue 10s infinite linear;
}
a.logo img {
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	display: block;
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
