h1{
    text-align: left;
    color: cadetblue;
    background-color: bisque;
}
h2{
    text-align: left;
    color: coral;
    background-color: bisque;
}

img{
    border-radius: 50%;
}

table{
    width: 60%;
}
#valik{
    background-color: lightsteelblue;
}
#vastus{
    background-color: bisque;
}