 html{
    background-color: #94ADD7;
}
*{
    font-family: 'Montserrat', sans-serif;
}

h2{
    font-weight: bold;
}

ul#index {
    padding-left: 0;
    list-style-type: none;
    background-color: #E8FFCE;
}

#message {
    height: 10em;
}

h1#title{
    font-size:50px;
    font-weight: bold;
}

article > *{
    padding-bottom: 5px;
}

#time-element{
    font-weight:bold;
}




