/*Gallery section*/
.artwork-info{
    margin-top: -17.5px;
}
.artwork-info h3 {  
    font-size: 1.0rem; /* Adjust font size */  
    font-weight: 300; /* Make the text bold */  
    color: #333333; /* Custom color for h3 */  
    margin-bottom: 5px; /* Add spacing below the heading */  
     /* Optional: Make the text uppercase */  
    letter-spacing: 1px; /* Add spacing between letters */  
    transition: color 0.3s ease; /* Smooth transition for hover effects */  
    text-align: center;
}

.artwork-info p {  
    font-size: 0.85rem; /* Adjust font size */  
    color: #555; /* Custom color for paragraph text */  
    line-height: 1.2; /* Adjust line height for better readability */  
    margin-top: 0px; /* Remove default margin */  
    font-style: italic; /* Optional: Make the text italic */  
    transition: color 0.3s ease; /* Smooth transition for hover effects */  
    text-align: center;
}
#artwork-submission{
    padding: 70px;
}
