<!DOCTYPE html>

<html>

<head>

    <title>KickassKambo</title>

    <style>

        body {

            margin: 0;

            background-color: black;

            display: flex;

            justify-content: center;

            align-items: center;

            height: 100vh;

        }

        img {

            max-width: 80%;

            height: auto;

        }

    </style>

</head>

<body>

    <img src="logo.png" alt="KickassKambo Logo">

</body>

</html>