@charset="utf-8";
body {
background-color: #FFF3E3;
margin: 0;
padding: 0;
width: 100%;}

.description-text {
   font-size: 30px;
text-align: center;
font-weight: 500;
color: #025136;
margin-bottom: 20px;
}  


.photo-card {
    background: #fff2e3;
    width: 1000px;
    margin: 40px auto;
    padding: 20px;  
    border-radius: 5px;
    border: 10px double #c43a30; }


.image-box {
    display: flex;
    justify-content: center; 
    align-items: center;    
    gap: 20px;
    width: 100%;
    height: auto;
    padding-top: 20px 0;
    flex-wrap: nowrap;
}

.image-box img {
    width: auto;
    height: auto;
    max-width: 30%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
       
    
}


.photo-info p {
    font-size: 26px;
    text-align: center;
    color: #025136;
    line-height: 1.6;
    font-weight: bold;
    }

footer {
    background-color: #025136; 
    color: #ffffff;           
    text-align: center;
    padding: 20px 0;
    margin-top: 230px;        
}

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;
}

