body {
  font-family: Arial, Helvetica, sans-serif;
}

.aspect-unset {
  aspect-ratio: unset!important;
}

.cover-img {
  height: 100vh; /* Full viewport height */
  width: 100%; /* Full width */
  background-size: auto 100%; /* Auto width, 100% height */
  background-position: center center; /* Align the image to the left */
  background-repeat: no-repeat; /* Prevent tiling */
}

.mdx a {
  text-decoration: underline;
}