.panel1 { background-color: whitesmoke;
         padding: 15px;
         margin: 10px,auto;
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         align-items: center;
         margin-bottom:20px;}

.panel {
            border-radius: 10px;
            box-shadow: 0px 0px 10px #888888;
            padding: 20px;
            height:800px;
            margin-bottom:20px;
        }
.chart {
    height: 800px;
}

.simple {
    margin-top:20px;
    margin-bottom:20px;
}

.notification1{
    font-family: 'Helvetica', sans-serif;
    font-size:24px;
    margin-left:200px;
    font-weight:bold;
    border-radius:20px;
}

.chart-container{
    display:flex;
    align-items:center;
    justify-content:center;
}

.analysis-button { display: inline-block;
          margin-right: 42px;
          padding: 17px 35px;
          border-radius: 20px;
          background-color: deepskyblue;
          font-family: 'Helvetica', sans-serif;
          color: honeydew;
          text-align: center;
          text-decoration: none;
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 1px;
          transition: background-color 0.3s; }

.analysis-button:hover { background-color: skyblue; }





