:root {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: bold;
}
p {
    margin-bottom: 1rem;
    line-height: 1.5;
}
a {
    color: inherit;
}
img,
picture,
video,
canvas,
svg {
    width: 100%;
    height: auto;
    max-height: 100%;
}
