@font-face {font-family: Kanit; src: url('Kanit/Kanit-Regular.ttf');}

body{
	margin: 32px 0px 0px 0px;
	background-color:#000000;
  background: linear-gradient(#1a1b1b, #173835, #125a4c, #27cf8e);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color:#ffffff;
	font-family: 'Kanit', monospace;
}


a{color:#7eecdf;}

#logo{
	background-image:url("images/lim.png");
	background-size:50%;
	background-repeat:no-repeat;
	background-position:center;
	height:500px;
	width:500px;
	margin:-30px auto;
}

#unlogo{
	border:white solid medium;
	border-radius: 0px;
	width:700px;
	margin:auto;
	padding:1px;
	text-align:center
	
}
