.br-25 {
    border-radius: 25px!important;
}

.display-1, .display-2, .display-3, .display-4, .display-5 {
    line-height: 1!important;
}

.btn-primary {
    background-color: rgb(255, 88, 51);
    border: 1px solid rgb(255, 142, 117);
    border-radius: 40px;
    box-shadow: inset 0 -2px 10px rgb(228, 140, 120);
    color: white;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
}
.btn-primary:hover {
    background-color: rgb(255 123 94);
    border: 1px solid rgb(255, 142, 117);
    border-radius: 40px;
    box-shadow: inset 0 -2px 10px rgb(228, 140, 120);
    color: white;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    line-height: var(--bs-btn-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}