table, td{
    width: 50%;
    border-collapse: collapse;
    border: 3px solid black;
    background-color: lightslategrey;
    font-family: "Comic Sans MS", sans-serif;
}

#pilt1{
    width: 100px;
    height: 100px;
}

body{
    font-family: "Comic Sans MS", sans-serif;
    background-color: lightskyblue;
    margin: 20px;
}