section.content
{
    display: flex;
    flex-direction: column;
    gap: 7rem;
    align-items: center;
}

section.content > p,
section.content > p > b
{
    font-size: calc(var(--smallFontSize) + 0.5rem);
    line-height: 1.5;
    text-align: center;
}

section.content > a > img
{
    width: 300px;
}

section.content > p > a
{
    background-image: url(../../svg/youtube_org_icon.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding-left: 70px;
    text-transform: unset;
}


@media only screen and (max-width: 500px)
{
    section.content > p,
    section.content > p > b
    {
        font-size: var(--smallFontSize);
    }
}
