body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f5f5f5;
}
iframe {
width: 500px;
height: 700px;
border: none;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
