:root {
  --white: white;
  --black: black;
}

.body {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/30election-live-trump-ingraham-hgzc-threeByTwoMediumAt2X.webp');
  background-position: 63%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

@media screen and (max-width: 479px) {
  .body {
    background-repeat: repeat;
    background-size: 100vw;
    background-attachment: fixed;
  }
}
