
body {

  margin-left:  250px;
}

section {
    border: 4px solid grey;
    border-radius: 15px;
    box-shadow: 5px 5px 5px grey;
    float: left;
    height: 360px;
    padding: 20px;
    margin: 10px;
  }
  
  #plotSettings {
    width: 120px;
  }
  
  #plot {
    width: 550px;
    float:left;
    clear:left;
  }
  
  #colorout {
    font-size: 90%;
  }
  
  #quad-formula {
    height: 170px;
    width: 730px;
  }
  
input {
    display: inline-block;
    width: 50px;
  }
 
  .my-height {
      line-height: 1.2;
  }
  /*
    #inputs-quadratic {
        width: 400px;
    } */

    body {
      font-family: Montserrat, Raleway, Arial, Helvetica, sans-serif;

    }

    #article {
      height: 580px;
    width: 730px;
       }