﻿body {
}

/*Color Definitions*/

:root {
    --background: #f0f5f5;
    --background2: #d1e0e0;
    --highlight: #29828e;
    --highlight2: #b8e8ec;
}

/*Styles*/
.info_text {
    background-color: var(--highlight2);
}

.header-text {
    color: var(--highlight2);
}

.subheader-text {
    background-color: #b8e8ec;
    margin: 0;
}
