@charset "utf-8";
/* CSS Document */

.topnav {
	background-color: #333333;
	overflow: hidden;
	margin-top: 0px;
}

.topnav a {
	Float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 17px;
	text-decoration: none;
	font-size: 17px ;
}

.topnav a:hover {
	background-color: #DDDDDD;
	color : black;
}

.topnav a.active {
	background-color: #2851D1;
	color: white;
}

.button {
  display: inline-block;
  padding: 0.6em 1.7em;
  border: 0.1em solid #ffffff;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  transition: all 0.2s;
  background-color: #333333;
}

.button:hover {
  color: #000000;
  background-color: #ffffff;
}

body {
	background-color: #1A1A1A ;
}

p2 {
	color: white ;
}

#a b {
	color:white;
}