diff --git a/index.html b/index.html
index 447b0ed..31552a6 100644
--- a/index.html
+++ b/index.html
@@ -227,9 +227,9 @@
.hero-art {
position: relative;
- aspect-ratio: 16/10;
+ aspect-ratio: 16/16;
border-radius: var(--radius);
- background: linear-gradient(180deg, rgba(18,255,157,.18), rgba(18,255,157,.05) 30%, rgba(0,0,0,.2) 70%), url('https://images.unsplash.com/photo-1519681393784-d120267933ba?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
+ background: url('img/mainmenu.png') center/cover no-repeat;
box-shadow: var(--shadow);
border: 1px solid rgba(255,255,255,.06)
}