@font-face {
  font-family: 'BabyKruffy';
  src: url('BabyKruffy.woff') format('woff'), /* Modern Browsers */
       url('BabyKruffy.ttf')  format('truetype'), /* Safari, Android, iOS */
}

html {
  overflow-x: hidden; 
  cursor: url(https://cur.cursors-4u.net/sports/spo-1/spo16.ani), url(https://cur.cursors-4u.net/sports/spo-1/spo16.png), auto;
  font-family: 'Arial', 'BabyKruffy', 'Times New Roman';
}

img {
  background-color: white;
}

img, article {
  image-rendering: crisp-edges; 
}

body {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  margin-left: 5rem;
  margin-right: 5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.banner {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-image: url("wp1e490239.gif");
  background-size: 100% 100%;
  width: 100%;
  height: 21rem;
}

.text {
  transform: scale(3, 0.5);
  justify-content: center;
  display: flex;
}

.article {
  background-image: url("https://i7.glitter-graphics.org/pub/1103/1103357c3fla77odo.gif");
  border: black solid 1px;
  padding: 1.5rem;
  color: red;
  font-size: 1.5em;
  background-size: 100% 100%;
}