body {
    font-family: Verdana, Tahoma, serif;
    background-color: white;
   }

main{
    display: flex;
    justify-content: center;
}

main img{
	width: 80%;
	height: 80%;
	max-width: 600px;
}

.footer-icons{
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    padding: 1rem;
}

.icon{
  width: 8%;
  max-width: 96px;
  padding: 1.5rem;
}

.copyright {
    text-align: center;
    padding: 0.5rem;
}

/*Nav bar CSS

/* Add a black background color to the top navigation 
.topnav {
  overflow: hidden;
}

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

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

/* Add an active class to highlight the current page 
.topnav a.active {
  background-color: #7d1c0b;
  color: #eae39a;
}

/* Hide the link that should open and close the topnav on small screens 
.topnav .icon {
  display: none;
}
*/

