body {
margin: 0;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #f6d365, #fda085);
font-family: Rubik, sans-serif;
}

.container {
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}

.container img {
width: 500px;
max-width: 85%;
border-radius: 20px;
box-shadow: 0 25px 70px rgba(0,0,0,0.5);
}

.caption {
text-align: center;
color: #422800;
}

.caption h1 {
margin: 0;
font-size: 50px;
letter-spacing: 2px;
}

.caption p {
margin-top: 8px;
font-size: 20px;
opacity: 0.9;
}
