body {
    font-family: verdana;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}


h1 {
    color: #4a4a4a;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: left;
    color: #4b0082;
    padding:60px;
}
.director-note {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-left: 60px;
}
.text-section {
    flex: 2;
    padding-right: 1rem;
}
.image-section {
    flex: 1;
    text-align: center;
}
.image-section img {
    
    width: 120px;
    height: 120px;
    
    
}
.image-section p {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
}
.photo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.photo-grid img {
    width: 100%;
    height: auto;
    
}
