
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: url('../images/code_theme_background.jpg') no-repeat center center fixed;
    background-size: cover;
    color: white;
    text-align: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.content {
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
}

.logo {
    width: 120px;
    margin-bottom: 20px;
}

h1 {
    font-size: 3em;
    margin: 0;
}

.tagline {
    font-size: 1.5em;
    color: #ffcc00;
    margin-top: 10px;
}

.coming-soon {
    margin-top: 40px;
    font-size: 2em;
    color: #00ffff;
}

.image-section {
    margin-top: 40px;
}

.image-section img {
    width: 80%;
    max-width: 800px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
