.button-outline-maki {
    -webkit-appearance: none;
    border: 2px solid #ff9d91;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0);
    color: #ff9d91;
    display: inline-flex;
    text-transform: uppercase;
    padding: 10px 23px;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .5s ease;
}