.burakbuton{
    border: 1px solid #c36;
    padding: 5px;
    background: transparant
    }

    .burakbuton:hover{
    border: 1px solid #c36;
    padding: 5px;
    background: #c36;
    transition:.5s;
    }