.title {
    color: #000099; 
    font-family: Book Antiqua; 
    font-weight: bold; 
    background-color: #999966;
    width:315px;
    padding: 0 1em;
}

.email {
    color: #00c;
}

.memorial {
    border: 1px solid black;
    padding: 0 5px;
}

.section {
    margin: 20px;
    color: #000066;
}

.section__title {
    margin: 0;
    font-size: 1rem;
    text-decoration: underline;
}

.section__subtitle {
    margin: 10px 30px 0;
    font-size: .9rem;
}

.section__members {
    font-size: .8rem;
    margin: 0 50px;
}

.section__member__grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
}

.section__member__name {
    grid-column-start: 1;
}

.section__member__email {
    grid-column-start: 2;
    padding-left: .3em;
}

.notifications {
    margin-top: 40px;
    font-size: .9rem !important;
 }

 .notifications > ul {
    list-style: none;
 }

 .notifications > ul > li {
    color: #000066;
    margin-top: 10px;
 }

 .notifications > ul > li > div > span {
    font-size: 18px;
    color: red;
    font-weight: bold;
    padding: 0 5px;
 }

.footer {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    color: #00f;
    font-size: 1rem;
}