body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 100px;
}

.boton {
    display: inline-block;
    padding: 15px 30px;
    margin: 20px;
    font-size: 18px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.boton:hover {
    background-color: #45a049;
}
