#comment-form {
    display: flex;
    justify-content: end;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 5px;
}


#comment-form > input[type="text"]{

    width: 70%;

}

#comment-form > input[type="submit"]{



}