html,body {
    margin: 0;
    padding: 0;
    background: black;
}

#menu, #menu-toggle {
    position: absolute; 
    right: 20px;
    top: 0;
    width: 130px;
}
#menu-toggle {
    color: white;
    font-family: 'Helvetica Neue';
   
    text-decoration: none;
}
#menu li {
    list-style: none;
    color: white;
    font-family: 'Helvetica Neue';
}
#menu li a {
    color: inherit;
    text-decoration: none;
}

text {
    font-family:Helvetica, Arial, sans-serif;
    font-size:11px;
    pointer-events:none;
}

#chart{
    width: 600px;
    height: 5i00px;

    margin-left: auto;
    margin-right: auto;
}
#question{
    display: block;
    text-align: center;
}
#question h1{
    font-size: 50px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
}



#editor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background: rgba( 32, 32, 32, 0.8 );
}
#editor textarea {
    width: 400px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    display: block;
}
