/*
#040c06
#112318
#1e3a29
#305d42
#4d8061
#89a257
#bedc7f
#eeffcc
*/

body {
    background-color: #040c06;
    color: #bedc7f;
}
a {
    color: #eeffcc;
}
h1 {
    text-align: center;
}
h2 {
    text-align: center;
    color: #112318;
}
p.welcome {
    text-align: center;
}
div {
    background-color: #1e3a29;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-style: solid;
    border-radius: 10px;
    border-color: #112318;
    margin: 10px;
}
p.date {
    text-align: right;
}