#td1{
    background-color: pink;
}

#valik{
    background-color: cyan;
}
#td2{
    background-color: yellow;
    width: 60%;
    text-align: center;
}
#td3{
    background-color: cornsilk;
}
#td4{
    background-color: plum;
    text-align: center;
}
input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
}

.form-control + .form-control {
    margin-top: 1em;
}
#random-pilt{
    border-radius: 100%;
}
#pilt{
    border-radius: 100%;
}