.contact-header{
    background-color: #555;
    margin-top: 20px; 
    margin-bottom: 30px; 
    padding: 10px;
    padding-bottom: 300px;
    border-radius: 2%;
    border: 3px solid #a1a1a1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); 
}

.contact-thing{ 
    color: #9DDDFF; 
    text-align: center;
}

.contact-details{
    color: white;
}

.contact-details li{
    line-height: 1.5;
}

.contact-details img{
    width: 572px;
    height: 141px;
    border-radius: 1%;
    margin-bottom: 10px;
    margin-top: 10px;
}