.containerr {
    text-align: center;
}

.section-headingg h1{
    color: red;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-infoo {
    font-size: 18px;
    margin-bottom: 20px;
}

.highlight-button {
    background-color: red;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
    text-decoration: none; 
}

.highlight-button:hover {
    background-color: #ff4444;
    transform: scale(1.05);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
}

/* -------------------- */




