#form {
    margin-top: 20px;
  }
  
  input[type] {
    font-size: 25px;
    font-family: arial;
  }
  
  #box1,
  #box2,
  #box3 {
    width: 317px;
    padding: 10px 12px;
    margin-bottom: 10px;
    border: 1px solid rgb(200, 200, 200);
    border-top-color: rgb(100, 100, 100);
    border-radius: 5px;
    color: #5A5A5A;
  }
  
  #button-reset {
    position: relative;
    display: inline-block;
  }
  
  #button-make,
  #button-reset {
    float: left;
  }
  
  #button-reset {
    margin: 0 0 0 10px;
  }
  
  #results {
    position: relative;
    height: 200px;
    display: block;
    overflow: auto;
    margin-top: 45px;
    padding: 15px;
    border: 1px solid rgb(200, 200, 200);
    /*border-bottom: 1px solid rgb(200,200,200);*/
    background: rgb(245, 245, 245);
    color: rgb(50, 50, 50);
    font-size: 20px;
    line-height: 36px;
    font-family: arial;
  }