
body{
    height: 80vh;
}
.container{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    text-align: center;
    border: 3px #0051ff91 solid;
    width: 60% ;
    height: 500px;
    padding: 20px 0px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#plot-container{
    margin-left: 10px;
}
.problem{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    /* padding-left: 100px; */
  }
  button {
    margin: 10px;
    width: 95% auto;
    margin-left: 30px;
  }
  p{
    text-align: left;
  }
h1{
    padding-left:5px;
    text-align: left;
  }


h4{
   text-align: left;
   padding-left: 20px;
    padding-right: 5px;	
 }