body { background-color: #201f20; font-family: 'Abel'; }
h1,h2,h3,h4,h5,h6,p,span {  }
a { text-decoration: none; }
a:hover { text-decoration: none; }

#main { display: none; color: #e1e1e1; }

.borders { border: #444 solid 1px; }

.vh100 { height: auto; min-height: 100vh; }

.vcenter { display: flex; justify-content: center; align-items: center; align-content: center; flex-direction: column; }

.fs100 { font-size: 100px; }


#footer {
	position: fixed; left: 25px; bottom: 15px; color: #777;
}

.box {
	display: flex; justify-content: center; align-items: center; align-content: center;
	text-align: center; border-radius: 6px;
	height: 300px; width: 400px;
}



























@media all and (max-width: 991px) {
	.vh100 { min-height: 47vh; }
	.fs100 { font-size: 60px; }
}


















