body {
    background-color: #FFFFFF;
    /* White */
    color: #403F4C;
    /* Dark Blue */
}


a {
    color: #403F4C !important;
    text-decoration: underline;
}

nav a {
    text-decoration: none;
}

.sidenav a {
    text-decoration: none;
}

p {
    color: #403F4C;
}

div {
    color: #403F4C;
}

.primary {
    background-color: #EDE7D9 !important;
    /* Blue-Green */
}

.accent {
    background-color: #E09198 !important;
    /* Light Pink */
}

.brand-logo img {
    width: 100%;
}

h1 {
    font-size: 2em;
    color: #403F4C;
}

h2 {
    font-size: 1.5em;
    color: #403F4C;
}

button,
.btn {
    background-color: #E09198 !important;
    color: #FFF !important;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}


@media screen and (max-width: 600px) {
    .brand-logo img {
        width: 100%;
    }

    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.3em;
    }
}