.img{
    display: inline-block;
    width: 215px;
    height: 64px;
    background:url('botann.png');
    background-size: cover;
    background-position: center;
}

.img:hover{
    width: 215px;
    height: 64px;
    background:url('botann1.png') ;
}

.table{
    text-align: center;
    border-collapse: separate;
    border-spacing: 100px 0px;
}

body{
    text-align: center;
    line-height: 100%;
    display:  inline-block;
}

.center{
    text-align: center;
}