html {
scroll-behavior: smooth;
scroll-padding-top: var(--header-height);
}
body {
word-break: break-word;
}
img,
video {
height: auto;
max-width: 100%;
}
a {
color: #FF0D00;
}
a:focus,
button:focus {
outline: .25rem solid #2491ff;
outline-offset: 0;
}
@media (max-width: 768px) {
h1 {
font-size: 3em;
}
h2 {
font-size: 3em;
}
h3 {
font-size: 2em;
}
}