@font-face {
    font-family: 'YUniverse-B';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_yuniverse@1.0/YUniverse-B.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url("img/background.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#banner {
	padding: 50px 0 50px 50px;
	text-align: left;
}
#banner div {
	display: inline-block;
}
#banner img {
	vertical-align: bottom;
	padding: 10px 30px 0px 0px;
	max-width: 100%;
}

@media ( max-width: 767px ) {
	#banner {
		text-align: center;
	}
	#banner div img {
		width: 90px;
	}
}
@media (min-width: 768px) and ( max-width: 1199px ) {
  #banner {
		text-align: center;
	}
}

#editor {
	max-width: 1500px;
	margin: 0 auto;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-family: 'YUniverse-B';
	color: #EB92AA;
	background: #3D3B5F;
	font-size: 15px;
	padding: 5px;
}
