* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-image: url(images/bussines\ shake.jpg) no-repeat; /* Replace 'your-background-image.jpg' with your actual image */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.contact-container {
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
    padding: 40px;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

header h1 {
    font-size: 2.5rem;
    color: #00ffb0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-details p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.contact-details a {
    color: #00ffb0;
    text-decoration: none;
    font-weight: bold;
}

.contact-details a:hover {
    text-decoration: underline;
}

footer p {
    font-size: 0.9rem;
    color: #ddd;
}
	
.contact-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

header h1 {
    text-align: center;
    margin-bottom: 20px;
}

.contact-details p {
    font-size: 18px;
    margin: 10px 0;
}

.contact-details a {
    color: #0066cc;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

/* Mpangilio wa Social Links */
.social-links {
    margin-top: 20px; /* Nafasi juu ya social links */
    display: flex;
    justify-content: flex-start; /* Panga viungo kuelekea kushoto */
    gap: 15px; /* Nafasi kati ya viungo */
    
}

.social-links a {
    display: flex;
    align-items: center; /* Panga icon na maandishi kwa wima */
    text-decoration: none;
    color: #d80000;
    font-size: 18px;
}

.social-links a:hover {
    color: #0066cc;
}

.social-links i {
    margin-right: 8px; /* Nafasi kati ya icon na maandiko */
}
	
