/*
	tswtabs.css		2.0.0
	Please use the CSS Menu Button Wizard at
		https://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: flex ;
	 justify-content: center;
    border: 2px solid #e09248;

}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	float: left ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #00ff00 ;
	background-color: #386af7 ;
	border: 1px outset #e09248 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #ffe500 ;
	background-color: #6f42c1 ;
}

*{
    margin: 0;
    padding: 0;
}

nav{
    margin: 0 auto;
    text-align: center;
}


Head <link rel="stylesheet" type="text/css" href="tswtabs.css">