.header {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.logo-list {
   list-style: none;
}
.contact {
   list-style: none;
   font-size:x-large;
   margin-right: 50px;
   text-align: right;
   font-weight: bold;
   text-shadow: 3px 3px 5px rgba (0, 0, 0, 0.3); 
   color: rgb(85, 128, 57)
   

}
.navigation {
   list-style: none;
   display: flex;
   justify-content: right;
   gap: 50px;
   margin-right: 50px;
}
.button {
   cursor: pointer;
   background-color: rgb(85, 100, 70);
   color: white;
   width: 121px;
   height: 38px;
   border-radius: 4px;
   border-style: none;
   font-family: "Century Gothic", san-serif;
}
.container {
   margin: 50px;
   font-size: x-large;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.container-pages {
   margin: 50px;
   font-size: x-large;
  
   
}

.title {
   list-style: none;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   padding-top: 150px;
}

.name {
   font-size:xx-large
}

.office {
   font-size: smaller;
}

.left-side {
   display: flex;
}

.photo-container {
width: 613px;
}

.photo {
   list-style: none;
}