.red-button{
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    transition: .25s ease-in;
    padding: .85rem 2.5rem;
    margin: 1rem 0;
    background: #f12323;
    border-radius: 5px;
    color: #ffffff !important;
    text-decoration: none;
}