body, html {
    width: 100%;
    height: 100%;
    font-family: "Source Sans Pro", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
img {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
}
p {
    margin: 2px;
}
.block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 800px;
}
.block:first-of-type {
    margin-top:0;
}
h2 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.time {
    display: inline-block;
    margin-left: 20px;
}
.time:first-of-type {
    font-weight: bold;
}
.time img {
    margin-right: 5px;
}
.update {
    text-align: right;
    font-size: small;
    position: absolute;
    top:0;
    right:15px;
}