
body {margin:0;}

.topnav {
  overflow: hidden;
  background-color: #333;
 
}

.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

img {
	border-radius: 50%;
	width:150px;
	height:150px;
  
}
p{
	font-size:20px;
	padding-left:450px;
	padding-bottom:5px;
	padding-top:5px;
	
}

#pro {
	height:350px;
	color:white;
	background:#333;	
}