body {
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    min-height:100vh;
    display: flex;
    flex-direction: column;
}

.banner {
    text-align: center;
    color:  #007bff;
    margin: auto;
    font-family: "Ubuntu", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;

    
}

#slogan {
    text-align: center;
    color:black;
    margin: auto;
}

.services {
    margin: 50px auto;
    width: 80%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.services th,
.services td,
.services tr {
    border: 1px solid #dee2e6;
    padding: 15px;
    text-align: center; 
    width: 300px;
}

.services th {
    background: #007bff;
    color: #fff;
    width: 300px; /* Set width for table headers */
}

.services tr:nth-child(even) {
    background: #f8f9fa;
}

.links {
    text-align: center;
    padding: 20px;
}

.links a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.social-icons a {
    margin: 0 10px;
    color: black;
    font-size: 1.5em;
}

footer {
    margin-top:auto;
    width: 100%;
    background: #007bff;;
    color: #fff;
    
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
