

h1 span {
    color:yellow;
}
.inp:hover{
    background:#ddd;
}
.but:hover{
    color:#ddd;
    background:#FFFF00;
}
