body {
    margin-bottom: 60px;
    font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 4rem;
    margin-top: 80px;
    font-weight: 700;
    margin-bottom: 7rem;
    color: #FFDD00;
    font-weight: bold;
    line-height: 1.2em;
    text-shadow: 0px 0px 15px rgb(0 0 0);
}

h2 {
    font-size: 2rem;
    margin-top: 3em;
    margin-bottom: 2rem;
}

.container {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
}

p {
    margin-bottom: 2rem;
    max-width: 1024px;
    text-align: left;
    margin-right: 20px;
    line-height: 1.55em;
}

blockquote {
    max-width: 900px;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: serif;
    font-style: italic;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 0;
    border-left: 5px solid maroon;
}

    blockquote.quotation {
        font-size: 1.2rem;
    }

    blockquote.note {
        font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
        font-weight: normal;
        border-left: 5px solid navy;
        background: #dddddd;
        font-style: normal;
        padding-top: 3px;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 1.5em;
    }

img {
    max-width: 100%;
}

.two-images {
    width: calc(100% - 11px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.headerImage {
    margin-top: 0;
    height: 250px;
}

.bonsai {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    z-index: -1000000;
    object-fit: cover;
}

@media (min-width: 576px) {
    h1 {
        font-size: 5rem;
    }

    .container {
        max-width: 540px;
    }

    blockquote {
        margin-left: 30px;
    }

    .headerImage {
        margin-top: 0;
        height: 250px;
    }

    .bonsai {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 490px;
        z-index: -1000000;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 6rem;
    }

    .container {
        max-width: 960px;
    }

    .two-images {
        max-width: calc(50% - 11px);
    }
}

@media (min-width: 1200px) {
    .headerImage {
        margin-top: 0;
        height: 310px;
    }

    .bonsai {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 550px;
        z-index: -1000000;
        object-fit: cover;
    }

    .container {
        max-width: 1140px;
    }
}