<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="UTF-8">
    <title>Deer Experience</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <div class="main-container">
        <div class="content">
            <h1>Majestätische Natur</h1>
            <img src="hirsch.jpg" alt="Hirsch" class="hero-img">
            <p>Design trifft Wildnis.</p>
        </div>
    </div>
</body>
</html>

time-container {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    display: inline-block;
}

#date {
    font-size: 1.2rem;
    color: #c5a059; /* Gold-Ton */
    margin: 0;
    font-weight: bold;
}

#clock {
    font-size: 2.5rem;
    margin: 5px 0;
    font-family: 'Courier New', monospace; /* Monospaced für stabiles Layout */
    letter-spacing: 2px;
}

.tagline {
    margin-top: 20px;
    opacity: 0.7;
}