body {
    background-color: lightgray;
}
.graph-container {
    width: 500px;
    height: 320px;
}
input {
    width: 100px;
}
canvas {
    height: 300px !important;
    width: 400px !important;
}