body {
    font-family: sans-serif;
    max-width: 1000px;
    margin: auto;
}

header,
main,
footer {
    padding-top: 1rem 2rem 1rem 2rem;
}

#header-p {
    margin-top: 0;
    padding-bottom: 10px;
}

h1 {
    color: tomato;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 500;
}

h2 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 0px;
    font-size: 35px;
}

ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    text-underline-position: under;

}

a {
    color: grey;
}

#date {
    color: grey;
    font-size: 22px;
    /* padding-top: 10px; */
}

img {
    width: 100%;
}

article {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
}

#blog::first-letter {
    font-size: 3.5rem;
    color: grey;
    float: left;
}

#blog {
    color: grey;
}

#continue {
    color: tomato;
    font-weight: bold;
    float: right;
    text-decoration: none;
}

#footer-li {
    color: tomato;
    text-decoration: none;
}


#copyright {
    color: grey;
}
