.mainPanel {
    width: 900px;
    height: 1100px;
    margin-left: 30px;
    background-color: lavender;
}
.width100{
    width: 100%;
}

.textArea {
    width: 400px;
    background-color: lightgreen;
    font-size: 50px;
}