#transportTitle {
    color: #004d99; /* Dark blue for a more professional, transport-related feel */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Slightly stronger shadow for a more grounded look */
    padding-top: 20px;
    font-family: "Bruno Ace SC", sans-serif; /* A more modern, clean font */
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px; /* Less wide spacing to maintain a professional look */
    background: linear-gradient(45deg, #004d99, #00bfff); /* A gradient of blue tones to reflect trust and technology */
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.4; /* Slightly tighter line height for a more concise look */
    text-decoration: none; /* Removed the underline for a cleaner, more polished look */
    text-transform: uppercase;
    width: 100%;
}

html {
    background-color: #ffffff; /* Pure white background */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); /* Subtle shadow to add depth */
}



h2, h3{
    background: linear-gradient(45deg, #004d99, #00bfff); /* A gradient of blue tones to reflect trust and technology */
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    color: #004d99;
}

.text{
    width: 60%;
    float: left;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}