.custom-btn-1, 
.custom-btn-2 {
    display: block;
    font-family: "Margarine";
    font-size: 18px;
    padding: 16px 32px;  
    border-radius: 360px;
    border: solid 2px #122424;
    color: #122424;
    text-align: center;
    width: fit-content;
    transition: all 0.3s ease-out;
}

.custom-btn-1 {
    background: #fff;
}

.custom-btn-2 {
    background: #FD906C;
}

.custom-btn-1:hover,
.custom-btn-2:hover {
    background: #122424;
    color: #fff;
}

