body {
    font-family: Arial, sans-serif;
    background: url('Welder-bg.png.') no-repeat center center fixed;
    background-size: cover;
    color: white;
    margin: 0;
    padding: 0;
    text-align: center;
}
header {
    background-color: #222;
    padding: 40px 0;
}
header h1 {
    color: #e60000;
    font-size: 2.5em;
    margin: 0;
}
.tagline {
    color: #bbb;
    font-style: italic;
    font-size: 1.1em;
}
.services, .contact {
    padding: 30px 20px;
}
h2 {
    color: #e60000;
    margin-bottom: 15px;
}
ul {
    list-style: none;
    padding: 0;
}
ul li {
    margin: 8px 0;
    font-size: 1.1em;
}
a {
    color: #ff4d4d;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
footer {
    background-color: #222;
    padding: 15px;
    color: #888;
    font-size: 0.9em;
}
