@import url('https://fonts.googleapis.com/css?family=PT+Sans:400i');










html {
	
	font-family:'PT Sans', sans-serif;
	background-color:#e768ab;           /*#e768ab*/
	color: white;
		position: relative;
		top: 10px;
		width: 1000px; 
		
		margin-right: auto; 
		margin-top: auto;
		margin-bottom: auto;
		padding: 25px; 
		
}








div#nav a:hover,
div#nav a:focus {
  border-bottom: 3px white ;
  color: white ;
  color: white ;
}

a {
text-decoration: none;
}


/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
  background-color: #8d2373;
  overflow: hidden;
  position: relative;
  bottom: 0;
  width: 100%;
}

/* Style the links inside the navigation bar */
.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.navbar a:hover {
  background-color:#e768ab;
  color: black;
}

/* Add a color to the active/current link */
.navbar a.active {
  background-color: #4CAF50;
  color: white;
}



div#wrapper {
	background-color: #e83a93 ;
	color: white ;
}



.button  {
	width:200px;

}

div#article {
	background-color: #ff99d9 ;
	color: black ;
}


.infobox {
  color : white;
  background-color: #8d2373;
  border: 7px solid #ff99d9;
}