body {
  margin: 0;
  padding: 0;
  font-family: system-ui,-apple-system,"Segoe UI","Roboto","Ubuntu","Cantarell","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: #1b2832
}

h1, h2 {
  text-align: center;
}

h1 {
  font-size: 4.20em;
}

h2 {
  font-size: 3.5em;
}

ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

li {
  display: list-item;
}

.year {
  height: 101vh;
  overflow: hidden;
  position: relative;
}

#y-2014 {
  background: #160408;
  color: #edeedc;
}

#hotdog {
  background: url('imgs/hotdog.png') no-repeat center center;
  background-size: 50vh;
}

#y-2015 {
  background: #9e230f;
  color: #e6c286;
}

#pizza {
  background: url('imgs/pizza.png') no-repeat center center;
  background-size: 50vh;
}

#y-2016 {
  background: #ed028c;
  color: #feec01;
}

#taco {
  background: url('imgs/taco.png') no-repeat center center;
  background-size: 50vh;
}

#y-2017 {
  background: #fdc82f;
  color: #1b2877;
}

#nuggets {
  background: url('imgs/nuggets.png') no-repeat center center;
  background-size: 50vh;
}

#y-2018 {
  background: #984020;
  color: #e7c48d;
}

#corndog {
  background: url('imgs/corndog.png') no-repeat center center;
  background-size: 50vh;
}

#y-2019 {
  background: #fffef6;
  color: #2c2c2b;
}

#waffles {
  background: url('imgs/waffles.png') no-repeat center center;
  background-size: 50vh;
}

#y-2020 {
  background: #ffa24a;
  color: #3E2517;
}

#yams {
  background: url('imgs/yams.png') no-repeat center center;
  background-size: 50vh;
}

#y-2021 {
  background: #f6c3c3;
  color: #532627;
}

#icecream {
  background: url('imgs/icecream.png') no-repeat center center;
  background-size: 50vh;
}

#y-2022 {
  background: #ffac00;
  color: #610B0E;
}

#egg {
  background: url('imgs/egg.png') no-repeat center center;
  background-size: 50vh;
}

#y-2023 {
  background: #1c3b78;
  color: #fee747;
}

#spam {
  background: url('imgs/spam.png') no-repeat center center;
  background-size: 50vh;
}

#y-2024 {
  background: #970317;
  color: #EDD4D0;
}

#ham {
  background: url('imgs/ham.png') no-repeat center center;
  background-size: 50vh;
}

#y-2025 {
  background: #DED3BD;
  color: #FE0600;
}

#bucket {
  background: url('imgs/bucket.png') no-repeat center center;
  background-size: 50vh;
}
