body {
    background: #CBDCEB;
}

head, body {
    font-family: 'Rajdhani', sans-serif;
    color: #10426F;
}

head {
    margin-left: 20px;
}

* {
    box-sizing: border-box;
}

div.column {
    float: left;
    width: 50%;
}

img.humanDice,
img.computerDice {
    width: calc(100% / 6);
}

.winner {
    background: #E4EBCB;
    background-color: #76C997;
    border: 1px solid #9FE8BC;
    color: #9FE8BC
}

table {
    border-collapse: collapse;
    width: 100%;
}

table,
tr,
td {
    border: 1px solid black;
}
