strong a[href="#order"] {
    display: inline-block;
    padding: 12.5px 20px;
    margin-top: 20px;

    font-weight: 400;
    font-family: 'BEBASNEUE', sans-serif;
    text-transform: uppercase;

    background-color: #ff0000;
    color: #ffffff !important;
    text-decoration: none;

    transition: all 0.3s ease;
}

strong a[href="#order"]:hover {
    background-color: #151515;
    color: #ff0000 !important;
    text-decoration: underline;
}
