h1{
    font-weight: bold;
    font-style: italic;
}

#cardContainer{
    border: solid grey 1px;
    border-radius: 5px;
    background-color: lightgrey;
    font-weight: bold;
}

#sendFormBtn{
    max-height: 50px;
}

#notesDiv{
    background-color: rgba(186, 186, 186, 0.23);
    border: solid rgba(186, 186, 186, 0.23) 1px;
    border-radius : 5px;
    font-weight: bold;
    font-style: italic;
}

#keyed:focus{
    box-shadow: none;
}