body {
margin: 0;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #1b1f3b, #2c2f5e);
font-family: Orbitron, sans-serif;
}

.canvas {
display: flex;
flex-direction: column;
align-items: center;
gap: 28px;
}

.canvas img {
width: 520px;
max-width: 85%;
border-radius: 22px;
box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

.text {
text-align: center;
color: #f3f3f3;
}

.text h1 {
margin: 0;
font-size: 54px;
letter-spacing: 3px;
}

.text p {
margin-top: 10px;
font-size: 22px;
opacity: 0.9;
}
