.Black_Btn {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 120px;
    padding: 7px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.Black_Btn:hover {
    background: #FED015 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 120px;
    padding: 7px;
    color: #000;
    border: none;
    font-size: 16px;
    font-weight: 600;
}