﻿:root {
	}

*{
}

html,
body{
	height:100%;
}

html,
body{
	font-family:"Comic Sans MS";
	text-align:justify;
	display:flex;
	flex-direction:column;
}

.content{
	flex:1 auto;
}

.html, h2{
	font-family:"Comic Sans MS";
	font-size:14pt;
	text-align:center;
}
.html, h4{
	font-family:"Comic Sans MS";
	font-size:12pt;
	text-align:center;
	margin-bottom: 5px;

}
.html, p{
	font-family:"Comic Sans MS";
	font-size:12pt;
	text-align:center;

}
.container{
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	overflow: none;
}
.app-header{
	background-color:#000000;
	border:0;
	border-radius:10px;	
	box-shadow: 0px 10px 20px #6f6c39; 
}
.app-header .logo{
	border:0;
	border-radius:10px;
	width: 355px;
}
.vertical-menu{
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	background-color:#6f6c39;
	border: 1px solid black;
	border-radius:10px;
	box-shadow: 0px 10px 20px #6f6c39; 
	overflow: none;
}