%btn {
    background-color: $mainColor;
    color:$white;
    padding:8px 30px;
    border:2px solid $mainColor;
    font-size: 16px;
    font-family:inherit;
    text-decoration: none;
    color:$white;
    text-align: center;
    outline:none;
    cursor: pointer;
    a {
        color:$white !important;
        text-decoration: none !important;
    }
}

.btn-box {
    width: fit-content;
    margin: auto;
}

.btn {
    @extend %btn;
}

.btn-fill {
    @extend %btn;
    width: 100%;

}