main {
    display: flex;
    margin: 70px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.content {
    width: 100%;
    max-width: 900px;
    padding: 20px;
    overflow-y: scroll;
    margin-bottom: 100px;
}

h1 {
    margin: 0;
    text-align: center;
    font-size: 30px;
}

p {
    font-size: 14px;
}

.date {
    position: relative;
    top: 5px;
    float: right;
    color: dimgray;
    font-size: 12px;
}

.author {
    font-size: 13px;
    font-style: italic;
    color: beige;
}
