@charset="utf-8";
body {
background-color: #FFF3E3;
margin: 0;
padding: 0;
width: 100%;}

.page-title {
font-size: 40px;
text-align: center;
font-weight: 500;
color: #025136;
margin-bottom: 40px;
}  

.illumination {
    display: flex;             
    justify-content: center;    
    gap: 20px;                 
    flex-wrap: nowrap;         
    padding: 20px;
    display: flex;
}

.photo-card {
    background: #fff;
    width: 300px;
    padding: 10px;
    border-radius: 5px;
    border: 10px double #c43a30; }

.image-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 320px;
    padding-top: 20px;
}

.image-box img {
    width: auto;
    max-width: 40%;
    height: 80%
    object-fit: cover;
    border-radius: 3px;
    
}


.photo-info h4 {
    color: #025136; 
    margin-top: 20px;
    font-size: 21px;
    text-align: center;
}

.photo-info p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

footer {
    background-color: #025136; 
    color: #ffffff;           
    text-align: center;
    padding: 20px 0;
    margin-top: 160px;        
}

footer a {
    color: #FFF3E3;           
    text-decoration: none; 
     font-size: 20px;   
    margin: 0 10px;
}

footer a:hover {
    color: #c43a30;}

.footer-info {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.6;
    color: #FFF3E3;           }

.footer-contact {
    margin: 15px 0;
    font-size: 20px;
}

.contact {
    width: 600px;    
    height: auto;
    vertical-align: middle; 
    margin-right: -180px;
}
