/*
Theme Name: Perfect Portfolio Child
Template: perfect-portfolio
*/

@import url("../perfect-portfolio/style.css");

.wp-block-button__link.wp-element-button {
    text-decoration: none;
    background: #1c1b1b;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding: 18px 40px;
    border-radius: 40px;
    transition: all 0.3s ease;
    margin-top: 1.5em;
}

.wp-block-button__link.wp-element-button:hover {
    text-decoration: none;
    color: #fff;    
    text-decoration: none;
    background: #05d584;
}