* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.text-area {
    width: 80%;
    height: 40%;
    max-height: 100vh;
    padding: 20px;
    background-color: #485460;
    border-radius: 5px;
    font-size: 16px;
    margin: 10px;
    color: white;
    display: block;
    margin-left: 38PX;
    margin-top: 30px;
}

button {
    width: 20%;
    margin-left: 50PX;
    margin-top: 10px;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
}

.stop-btn {
    background-color: rgb(218, 20, 20);
}

.speak-btn {
    margin-left: 100px;
    background-color: rgba(0, 0, 255, 0.603);
}

.jjj {
    background-color: rgba(1, 17, 17, 0.445);
    width: 400px;
    height: 160px;
    border-radius: 10PX;
}

.HHHH {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:900px) {

    .jjj {
        width: 700px
    }

    .speak-btn {
        margin-left: 180PX;
    }

    .text-area {
        margin-left: 80px;
    }
}