body {
    font-size: 20;
    padding:0px;
    margin:0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

hgroup {
    text-align:center;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px; 
    background-color: lightblue;
}

hgroup date {
    font-weight: 200;
    font-family: monospace;
    font-size: 14;
    display: block;
    padding-top: 20px;
}

footer {
    text-align:center;
    color: white;
    width: 100%;
    bottom: 0px;
    background-color: lightblue;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 10px;
    bottom: 0px;
}

.section-heading {
    background: lightblue;
    margin: auto auto; 
    width: 80%;
    margin-bottom: 30px;
    padding: 1% 10% 1%;
    width: fit-content;
    max-width: 80%;

}

blockquote {
    margin: auto auto;
    width: 80%;
    max-width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 3px solid green;
    padding: 3px 9px 3px 6px ;
    border-radius: 0px 5px 5px 0px;
    background: lightgrey;
    width: fit-content;
    font-size: 22px
}

hr {
    margin-top: 100px;
    margin-bottom: 50px;
    background: lightblue;
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
}

hr:after {
  background: #fff;
  content: '§';
  padding: 0 4px;
  position: relative;
  top: -13px;
}

section {
    min-height: 90%;
    margin: auto auto;
    width: 90%;
    max-width: 1000px;
    margin-top: 10px;
}

details {
    padding-left: 30px;
    margin-bottom: 5px;
}

summary {
    font-weight: 900;
}

details p {
    padding-left: 20px;
}

#feelings-list {
    font-size: 22px;
}

#feelings-list li {
    padding-top: 10px;
}
#feelings-list em {
    color: blue;
}

#feelings-list span {
    background: blue;
    color: white;
    border-radius: 5px;
    border: 3px solid blue;
}

small {
    font-style: italic;
}

.bang {
    text-align: center;
    padding: 50px;
}

dl {
    margin-left: 15px;
}

dt {
    font-weight: 900;
}

dd {
    padding-bottom: 10px;

}

post-list {
    display: block;
}

post-list li {
    margin-bottom: 10px;
}


post-list date {
    float: right;
}

post-list date {
    font-weight: 200;
    font-family: monospace;
    font-size: 14;
}
