body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 80%;
    margin: 0 auto;
}

h1 {
    text-align: center;
}

#controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

#numParagraphsValue {
    margin-left: 5px;
}

#ipsumOutput {
    border: 1px solid #ccc;
    padding: 20px;
    width: 60%;
    max-height: 50vh;
    overflow-y: auto;
    position: relative;
    margin: 0 auto;
}

.copy-button {
    background-color: #888;
    border: none;
    color: white;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
