<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>trafficmax</title>
    <link rel="icon" type="image/x-icon" href="img/agency_icon.svg">
    <style>
        body {
            background-color: #7544FC;
            color: white;
            font-family: 'Outfit', sans-serif;
            margin: 0;
            padding: 0;
        }

        .content {
            font-size: 20px;
        }

        .weblink-btn {
            padding: 15px 25px;
            background: #FF6F4B;
            color: white;
            border: none;
            opacity: 1;
            margin-top: 25px;
            text-decoration: none;
            font-weight: 700;
            display: inline-block;
            transition: background 0.3s ease;
        }

        .weblink-btn:hover {
            background: #ff5226;
        }

		footer {
			display: flex;
			justify-content: center;
			margin-top: -90px;
			gap: 25px;
		}

        footer a {
            font-size: 14px;
            color: #FFFFFF;
            opacity: 1;
            text-decoration: none;
        }

        .container {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

		.center {
			text-align: center;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
    </style>
</head>
<body>
<div class="container">
    <div class="center">
        <img decoding="async" class="svg white-arrow" src="img/trafficmaxx logo.svg" alt="trafficmaxx logo">
        <p class="content">ist jetzt</p>
        <img decoding="async" class="svg white-arrow" src="img/construktiv logo.svg" alt="construktiv logo">
        <a class="weblink-btn" href="https://www.construktiv.de/organic/seo/">Zur Website</a>
    </div>
</div>

<footer>
    <a href="https://www.construktiv.de/datenschutz/">Datenschutzerklärung</a>
    <a href="https://www.construktiv.de/impressum/">Impressum</a>
</footer>
</body>
</html>
