body {
    background: #eddadd; /* pink */
}

#organiser-logo {
    background-image: url('/images/sample-organiser-logo.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

#charity-logo {
    background-image: url('/images/sample-campaign-logo.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav-bar {
    background: #FFC0CB; /* pink */
}

.navigation-item{
    color: #E81241; /* red */
}

.submit-button {
    color: #E81241; /* red */
    background: #FFC0CB; /* pink */
    min-height: 2.5rem;
    cursor: pointer;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
