﻿
body{
	background-color:#101942;
	color:#fff;
	padding:0;
	margin:0;

}
*{
	font-family: Cabin;
}
a{
	color:#fff;
	display:block;
	width:calc(100% - 44px);
	border:1px solid #ccc;
	text-decoration:none;
	padding:10px;
	margin-left:10px;
	text-align: center;
}

h1{
	text-align: center;
}

button{
	cursor:pointer;
	font-size:1.2em;
	border-radius:6px;
	width:calc((100% - 60px)/5);
	min-width:120px !important;
	height:calc((100vh - 150px ) /5);
	text-align:center;
	background-color:#101942;
	margin:5px;
	color:#fff;
}

button:hover{
	color:#fff !important;
}

#theBoard{
	width:100%;
	min-width:650px;
}