body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-family: Arial, sans-serif;
margin: 0;
background-color: #f0f0f0;
text-align: center;
}
.container {
background-color: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.email {
font-weight: bold;
color: #333;
font-size: 20px;
margin: 20px 0;
}
