body
{

}

#question_form
{
    height: 90%;
    width: 50%;
    float: left;
}

#answer
{
    height: 90%;
    width: 50%;
    float: right;
    overflow: auto;
    white-space: pre-line;
    background-color: black;
    color: white;
}
