body{
    background-color: blanchedalmond;
    color: brown;
}

.div{
    text-align: center;
    font-weight: bold;
    font-family: "Stack Sans Text", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h1, h2{
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-align: center;
}  

.rank, .image{
    text-align: center;
}
p{
    text-align: center;
    font-weight: bold;
    font-family: "Stack Sans Text", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-left: 300px;
    margin-right: 300px;
}
.rankimg{
    margin-left: 80px;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 19px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ecac8e;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: brown;
  color: white;
}

#navtext{
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-align: center;
}
li{
    font-weight: bold;
    font-family: "Stack Sans Text", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 30px;
    margin-left: 200px;
    margin-right: 100px;
}
.phimg{
  width: 500px;
}