:root{--primary:#f7dca9;--secondary:#bad29f;--font-family:"Montserrat",sans-serif}html{height:100%}body{background-color:var(--primary);background-image:url(/assets/doodle_pattern.png);background-size:12%;justify-content:center;min-height:100%;margin:0;animation-name:background-pan;animation-duration:30s;animation-iteration-count:infinite;animation-direction:alternate;display:flex}@keyframes background-pan{0%{background-position:0 0}to{background-position:100% 100%}}
