/*basics*/
	@font-face {
		font-family: "Lato";
		src: url("../fonts/lato-light.ttf");
	}


	html {
		height:100%;
	}

	body {
		background-color: #DDD8D3;
		color: #111;
		font-family: Lato, arial, sans-serif;
		margin:0;
		height:100%;
	}

	.main-content {
		background: #1C1C19;
		max-width:567px;
		min-height:100%;
		display: flex;
  		flex-direction: column;
  		justify-content: center;
	}

/*basics END*/

	.scribble {
		top: -10px;
		position:relative;
	}

	a.nav-link:hover {
		color: #D7FF36 !important;
	}