@font-face {
    font-family: 'CMON-NEAR';
    src:url('CMON-NEAR.ttf.woff') format('woff'),
        url('CMON-NEAR.ttf.svg#CMON-NEAR') format('svg'),
        url('CMON-NEAR.ttf.eot'),
        url('CMON-NEAR.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

body {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 1500% 1500%;
	animation: gradient 15s ease infinite;
	height: 100%;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.logo {
    font-family: 'CMON-NEAR', sans-serif;
}