a {

    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    cursor: pointer;
    align-items: flex-start;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    background-color: #f14668;
    color: white;
    font-size: 1.25rem;
    line-height: 1.75;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    width: 100%;
}