body{
    background-color: #F6F8F9;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-warp{
    flex-wrap: wrap;
}
.just-aro{
    justify-content: space-around;
}
.just-start{
    justify-content: flex-start;
}
.just-end{
    justify-content: flex-end;
}
.just-cen{
    justify-content: center;
}
.just-bet{
    justify-content: space-between;
}
.font-gray{
    color: gray;
}
.font-red{
    color: red;
}
.gstadivBase{
    width: 90%;
    margin-left: 5%;
    border-radius: 10px;
}
.gstadiv1>span:nth-child(1){
    font-size: 20px;
}
.gstadiv2{
    text-align: center;
}
.gstadiv3{
    border-right: 1px solid #ccc;
    padding: 1%;
    width: 20%;
    margin-top: 1%;
}
.gstadiv3>span:nth-child(2){
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}
.
.gstadiv4{
    margin-top: 8px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.gstadiv4>div>span:nth-child(1){
    color: gray;
}
.gstadiv4>div>span:nth-child(2){
    margin-left: 20px;
   color: red;
}
.gstadiv5{
    width: 90%;
    margin-left: 5%;
    border-radius: 20px;

}
.gstadivBase{
    background-color: #fff; 
    margin-top: 2%;   
   
}
.gstadivBaseson{
    padding: 2%;
}
.gstadiv5{

}
.gstadiv6{
    width:50%;
    height: 400px;
    background-color: #fff;
}
.gupdiv1{
    background-color: #fff;
    width: 90%;
    margin-left: 5%;
    padding-bottom: 30px;
}
.gupdiv1>div>div{
    margin-top: 10px;
    margin-bottom: 10px;
}
.gupdiv2{
    width: 30%;
    height:300px;
}