body {
font-family: Arial, sans-serif;
text-align: center;
margin-top: 50px;
}
.button {
display: inline-block;
padding: 15px 30px;
font-size: 18px;
color: white;
background-color: #007AFF;
text-decoration: none;
border-radius: 8px;
}
.button:hover {
background-color: #005ecb;
}