*
{
    border: 0;;
  padding: 0px;
    
    background-color: transparent;
}
body{
   
}
h1{
    text-align: center;
    text-align: right;
    font-size: 40px;
    text-shadow: 3px 2px red;
    text-indent: 3px;
  text-align:center;
    font-weight: 500;
  padding: 16px;
}
h3{
     text-align: center;
 
    font-size: 30px;
    font-display: block;
}
p{ 
    word-spacing: 5px;
    letter-spacing: 2px;
    font-size: 20px;
    text-indent: 3px;
    
}
.a{
    color: black;
}
.table-box{
    margin: 50px auto;
}
.table-row{
    display: table;
    width: 80%;
    margin: 10px auto;
    font-family: sans-serif;
    background: transparent;
    padding: 12px 0;
    color: #555;
    font-size: 13px;
    box-shadow: 0 1px 4px 0 rgba(0,0,50,0.3);
    
}
.table-cell{
    display: table-cell;
    width: 30%;
    text-align: center;
    padding: 4px 0;
    border-right: 1px solid #d6d4d4;
    vertical-align: middle;
}
.table-head{
    background: #8665f7;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
    
}
.table-head .table-cell{
    border-right: none;
}
.last-cell{
    border-right: none;
}
.first-cell{
    text-align: left;
    padding: 10px;
}
.dictComprehension{
      text-align: center;
    font-weight: 800;
    font-size: 30px;
    font-display: block;
     color: #555;
   }   
}
.function-box{
     border: 1px solid black;
    font-weight: 100;
    font-size: 15px;
}
