<html>
<head>
    <title>My Friends Are Fiction</title>
    <link rel="icon" href="favicon.png">
    <style>

        html, body {
            background-color: #FBFBFB;
        }


        div {
            height: 100%;
            position: relative;
            /*     background: red;*/
        }

        img {
            width: 80%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    </style>


</head>
<body>

    <div>
        <img src="LogoImage.png" style="width: 400px;">
    </div>

</body>
</html>