/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
}

.screenshot {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 21px 21px 0 0;
  height: 450px;
  width: 50%;
}

.screenshot.jersey {
  height: 600px;
  width: 25%;
}

footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
