@charset "UTF-8";
/* CSS Document */

body {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	background: #2B2B2B;
}

.menubar{background: #000; padding: 15px; height: 20px; box-shadow: 0px 0px 10px #666;}

.menu {float: right; color: #333;}
.menu a{ color: #FFF; text-decoration: none;}
.menu a:hover{ color: #16FF00; text-decoration: underline;}

.nametitle {float: left; color: #16FF00;}
.mainarea {
	margin-left: auto; margin-right: auto; width: 900px; text-align: center; background: #C8C5C5;
}

.footer{background: #565656; padding: 15px; height: 20px;}

