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

.btn-reset {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
}

.btn-reset:hover {
    background-color: #c0392b;
}

.btn-generate {
    background-color: #2ecc71;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
}

.btn-generate:hover {
    background-color: #27ae60;
}