body {
    background-color: #e5e5e5;
    width:100vw;
    height:100vh;
    margin:0;
}

.table__row:nth-child(odd){
    background-color: #bfbfbf;
}

.table__header {
    text-align: left;
}

.table {
    height: 90vh;
    width: 100vw;
    
}

.table__row{
    font-weight: bold;
    font-family: arial;
    font-size: 1.75vw;
    
}

td {
    white-space: pre;
}

img{
    height: 10vh;
}


#ct {
    font-size: 1.5vw;
    font-weight: bold;
    font-family: arial;
    float: right;
}
