body {
    background-color: rgb(79, 0, 55);
}
body * {
    color: white;
}
body button, body input, select {
    color: black;
}
.Comment_big_box {
    background-color:  rgb(55, 0, 55);
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 5px;
    width: fit-content;
}
.Comment_box {
    background-color:  rgb(79, 0, 55);
    display: flex;
    padding: 10px;
    gap: 50px;
    justify-content: space-between;
}
.Comment_box_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.Comment_box_box p {
    margin: 0;
}
textarea {
    color: black;
    
}