body{
    text-align: center;
}

table,tr,td{
    background-color: whitesmoke;
    text-align: left;
    margin: 0 auto;
    width: 40%;
    border-collapse: collapse;
    border: 1px solid black;
}

td:last-child{
    width: 40%;
}

img{
    width: 100px;
    height: 100px;
}

#soodushind{
    color:darkslategray;
    font-size: smaller;
}

input#button{
    width: 250px;
}