html, body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #0e0e0e;
    color: #ffffff;
}

header {
    background: url('/images/SEKTOR8-Banner.jpg') no-repeat center center;
    background-size: cover;
    padding: 20px;
    text-align: center;
}

h1 {
    font-size: 3em;
    color: #00ffb4;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

section {
    padding: 20px;
    text-align: center;
}

footer {
    background-color: #1a1a1a;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
}

footer a {
    color: #00ffb4;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}