---
title: "[Merry Christmas!!]{.swash}"
author: "[...and a wonderful 2026!!!]{.dance}"
title-slide-attributes:
data-background-image: https://i.imgur.com/vk1ejPi.jpg
data-background-opacity: ".8"
format:
revealjs:
mouse-wheel: true
engine: knitr
---
## [What a Year!!!]{.swash} {background-image="https://static.vecteezy.com/system/resources/previews/013/113/444/non_2x/winter-christmas-background-free-vector.jpg" background-opacity=.5}
{style="float: right; margin-left: 1em; width: 30%;"}
This year I slayed many mööses. So many mööses that I kinda lost count!!! None of them were related to Bullwinkle J. Mööse, at least as far as I am aware.
My family was very disappointed in all of the mööse carnage. There were antlers everywhere. It was mööseageddon
```{scss}
/*-- scss:defaults --*/
@import url('https://fonts.googleapis.com/css?family=Berkshire Swash');
@import url('https://fonts.googleapis.com/css?family=Dancing Script');
#title-slide {
text-align: left; // center, left, right
}
.swash{
font-family: "Berkshire Swash";
color: #0DAC50;
text-shadow:
2px 2px 0px #355E3B,
-2px -2px 0px #355E3B;
}
.dance{
font-family: "Dancing Script";
color: black;
font-size: 1.5em;
}
```