@charset "UTF-8";
.tc{
    text-align: center;
}
p{
    margin-top:0;
}
.kv{
    margin-bottom:10px;
}
.button img{
    transition:0.5s ease all;
}
.button img:hover{
    transform: scale(1.1);
}