
.juiceContainer
{
    display: flex;
    padding-top: 6rem;
    align-items: center;
    justify-content: center;
}

article
{
    padding: 1.5rem;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.3;
    max-width: 600px;
}

.juiceImage
{
    width: 500px;
}

.title
{
    display: block;
    font-size: 6rem;
    font-weight: 700;
    white-space: nowrap;
}
