---
title: ""
page-layout: custom
sidebar: false
toc: false
---
```{=html}
<style>
/* Hide all Quarto chrome for the cover page */
#quarto-content > * { padding: 0 !important; margin: 0 !important; }
body { background: #020818; overflow-x: hidden; }
.cover-wrapper {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
padding: 2rem 1rem;
background: #020818;
}
.cover-wrapper img {
max-width: 560px;
width: 100%;
height: auto;
display: block;
border-radius: 6px;
box-shadow:
0 0 60px rgba(59, 130, 246, 0.25),
0 0 120px rgba(124, 58, 237, 0.12),
0 30px 80px rgba(0,0,0,0.7);
}
</style>
<div class="cover-wrapper">
<img src="assets/cover.png" alt="Fundamentals of AI — Prof. Bongo Adi, Lagos Business School"/>
</div>
```