.topnav {
  background-color:#D5B60A;
  overflow: hidden;
  text-align:center;
}
  
.topnav a{
  float: center;
  color:white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  color: white;
}

.topnav a.active {
  color: white;
}
  
body{
    background-color:#8D211F;
}

img{
    height:600px;
    width: 50px;    
    border:5px;
    border-style:solid;
    border-color:#FFC000;
    text-align:center;
}
h1{
    font-family:Georgia;
    color:white;
    font-size:70px;
    text-align: center
}

h2{
    font-size:30px;
    color:white;
    background-color:#CC5500;
    text-align:center;
}

h3{
    line-height:1.7;
    font-size:25px;
    color:white;
    background-color:#CC5500;
    text-align:center;
}

p{
    line-height:1.5;
    color:white; 
    font-family:Garamond;
    font-size:23px;
    text-align:center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}