@import "https://esm.sh/@unocss/reset";

picture {
    display: flex;
}
body {
  font-family: text;
}

@media screen and (max-width: 768px) {
  .bg-cover {
    object-position: 60% center;
  }
}