body {
  background-color: lightgreen;
}

h1 {
  color:#A0522D;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

.coverphoto2 {
 
  width: 15%;
  height: 15%;
}  

.coverphoto {
  border-radius: 50%;
  margin: auto;
  width: 35%;
  height: 35%;
}  

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #A0522D;
  color: white;
  text-align: center;
}

p {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
    align-items: center;/* Stack images in a single column on smaller screens */
  }
}

