#message{
	font-weight: bold;
	background-color: #f3771f;
}

#Built2Game_logo {
	max-height: 100px;
	max-width: 100px;
}

.nav-breakline{
	height: 2px;
	color: #000000;
	border: none;
}

.mainbody{	
	min-height: 100vh;
	background-color: #cecece;
}

.container{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}

.page{
	margin-left: 40px;
	margin-right: 40px;
}

.no-list-style{
	list-style-type: none;
}

.logo{
	postion: fixed;
}

.navbar{
	align-items: center;
	display: inline-flex;
	padding: 5px 0px;
}

.tab {
	padding-left: 5%;
}

.tab-text{	
	font-size: 20px;
	color: #003cff;
	font-weight: bold;
}

body{
	background-color: #333333;
	margin: 0px;
}

ul {
	padding: 0px;
	margin: 0px;
}
