body{
margin:0;
background:#f4efe6;
font-family:Georgia,serif;
}

.container{
width:900px;
margin:auto;
background:white;
padding:40px;
box-shadow:0 0 20px rgba(0,0,0,0.15);
}

.museum-title{
text-align:center;
color:#5c4326;
margin-bottom:30px;
}

.back-btn{
text-decoration:none;
color:#8b6b3e;
font-weight:bold;
}

.profile{
display:flex;
gap:40px;
align-items:center;
margin-top:20px;
margin-bottom:40px;
}

.profile-photo{
width:220px;
border:6px solid #d4af37;
border-radius:10px;
}

.profile-text h2{
margin:0;
font-size:30px;
}

.profile-text h3{
margin-top:10px;
color:#8b6b3e;
}

.subtitle{
font-style:italic;
margin-top:10px;
}

.section{
margin-top:40px;
}

.section h2{
border-bottom:2px solid #d4af37;
padding-bottom:6px;
color:#4a3b28;
}

.section p{
line-height:1.7;
font-size:16px;
}