p,
label {
    font: 1rem 'Fira Sans',
            sans-serif;
}
input {
    margin: 0.4rem;
}
#tabel1 tr:nth-child(1) td:nth-child(1){
    background-color: yellow;
    border-color: orange;
    border-width: 4px;
}
#tabel1 tr:nth-child(1) td:nth-child(2) {
    background-color: red;
    border-color: gray;
    border-width: 4px;
}
#tabel1 tr:nth-child(2) td:nth-child(1) {
    background-color: red;
    border-color: blue;
    border-width: 4px;
}
#tabel1 tr:nth-child(2) td:nth-child(2) {
    background-color: blue;
    border-color: darkblue;
    border-width: 4px;
}
#pilt{
    border-radius: 50%;
    border-radius: 1;
}
#random-pilt{
    border-radius: 50%;
    border-radius: 1;
}
#tabel1{
    width: 60%;
    border-width: 5px;
}
