body {
    background-image: url('./Arden.jpg');
    background-color: rgb(252, 252, 251);
}

img {
    width: 300px;
    height: 400px;
    border-radius: 50px;
     object-fit: cover;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
 
}

img {
  border-radius: 10px;
  border: 5px solid #ccc;
}

 nav { 
     padding: 15px; 
     text-align: center;
     color: inherit;
     text-decoration: none;
     margin: 0 15px;
     font-family: Georgia, 'Times New Roman', Times, serif;
     font-weight: bold;
     background-color: rgb(180, 152, 110);
     margin-top: 10px;
     margin-bottom: 10px;
 }
h1 {
    text-align: center;
}
