body {
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#boton {
    background-color: rgb(92, 92, 231);
    color: white;
    border: none;
    padding:20px 10px;
    border-radius: 5px;
    cursor: pointer;
}

#boton:hover {
    background-color: rgb(178, 178, 244);
}
