

/* .algo_cell {
    padding: 0px !important; 
} */

/* .el-table .el-table__cell {
    padding: 0px !important; 
  } */


html {
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    font-family: Inter, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  }

body {
    padding: 0;
    margin: 0;
}

.colorsamples {
    color: #363C85;
    color: #69145B;
    color: #5A4682;
    color: #3F99B3
    
}

.cell {
    padding: 5px !important; 
}