.mySlides {
    display: none;
    }
    
    body {
    background-color: rgb(255, 235, 211);
    font-family: Verdana, sans-serif;
    }
    
    .head {
    margin-top: 20px;
    margin-right: 20vw;
    margin-left: 20vw;
    text-align: center;
    font-size: 30px;
    background-color: #6f459e;
    color: white;
    border-radius:19px;
    font-weight: bolder;
    }
    
    .data-container {
    width: 600px;
    height: 364px;
    position: relative;
    margin: 0 auto;
    }
    
    .bar {
    width: 28px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(0, 183, 255);
    transition: 0.2s all ease;
    }
    
    .bar__id {
    position: absolute;
    top: -24px;
    width: 100%;
    text-align: center;
    }
    .btn1
    {
    padding: 12px;
    font-weight: bolder;
    background-color: #FFAA4C;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    border: white;
    margin-top: 1vw;
    margin-right: 1vw;
    }
    .btn2
    {
    padding: 12px;
    font-weight: bolder;
    background-color: #FFAA4C;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    border: white
    }
    #ele{
    text-align: center;
    height: 35px;
    }
    