h1 {text-align: center;}
h2 {text-align: center;}
p {text-align: center;}
div {text-align: center;}

body {
  margin: 0;	

  height:100%;
  width:100%;
	
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  height: 48px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  font-weight: bold;
  font-family:times new roman;
  text-align: center;
  padding: 14px 60px;
  text-decoration: none;
  font-size: 24px;
}

/* Change the color of links on hover */
.topnav a:hover {
  text-decoration: underline;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  text-decoration: underline;
  color: black;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.mytext{
  font-family:times new roman;
  font-size: 24px;
