* {
    padding: 0;
    margin: 0;
}

body
{
    background-color: #e8e8e8; 
}

.centered-top
{
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 80rem;
    padding: 4rem 8rem 4rem 8rem;
    width: 100%;
}

.header-title h1
{
    color: #393a3c;
    font: 400 24px EB Garamond, serif;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 25px;
}

.header-text
{
    font: 400 14px EB Garamond, serif;
    font-style: italic;
    color: #000000;
    line-height: 1.6;
    max-width: 40rem;
    margin-top: 2em;
    font-size: 16px;
}

.centered-main
{
    display: flex;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 80rem;
    width: 100%;
    background-color: #393a3c;
}

.main-post
{
    padding: 4rem 3rem 4rem 8rem;
}

.main-text-title h3
{
    color: #ffffff;
    font: 400 44px EB Garamond, serif;
    line-height: 1.3333333333;
    margin-bottom: 23px;
}

.main-text-title a
{
    text-decoration: none;
}

.main-text-content p
{
    color: #ffffff;
    font: 400 20px Lato, sans-serif;
    line-height: 2;
    margin-bottom: 24px;
}

.main-text-content time
{
    color: #ffffff;
    font: 400 14px Lato, sans-serif;
    line-height: 2;
    font-weight: 600;
}

.main-text-bottom a
{
    color: #ffffff;
    font: 400 14px Lato, sans-serif;
    line-height: 2;
    font-weight: 600;
    padding: 4px 8px 4px 8px;
    border-radius: 12px;
    transition: background-color 0.5s ease;
    float: inline-end;
    cursor: pointer;
}

.main-text-bottom a:hover
{
    background-color: #ffffff;
    color: #393a3c;
}

.main-image img
{
    width: 25rem;
    height: 100%;
}

.footer-image img
{
    max-width: 4rem;
}

.centered-footer
{
    min-height: 16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}

.footer-text
{
    color: #000000;
    font: 400 14px Lato, sans-serif;
    line-height: 2;
    margin-bottom: 24px;
    text-align: center;
}

#share-button
{
    border: none;
    padding: 8px 10px 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 8rem;
    border-radius: 10px;
    background-color: #393a3c;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
}