.blogpost {
    display: flex;
    flex-direction: column;
    margin-bottom: 12rem;
}

.blogpost h2 {
    margin: 2rem 0 0 0;
}

h3 {
    font-size: 1.2rem;
}

p {
    margin: 0;
    max-width: 760px;
}

ul {
    padding: 0 1rem;
    list-style: circle;
}