details,
div.burger,
iframe,
video,
div.carousel,
div.dog-table,
a{
  display: none !important;
  /* Az elem eltüntetése */
}

footer{
    display: none;
}
div.husky-quote-footer footer{
    display: block;
}

p{
    text-align:justify;
}

figure, footer p{
    text-align: center !important;
}

div.burger{
    display:none;
}

img, .corgi-pic{
    max-width: 100mm;
    height: auto;
    display: block;
    margin: 3mm;
}

div.husky-quote-text p{
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    margin-top: 0px;
    white-space: pre-line;
    line-height: 1.6;
    border-left: 0cm;
    font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
}