body {

    background: url(https://64.media.tumblr.com/e120e6f46987820ff523245d5be658ff/e046668dded82c7c-3a/s250x400/556970ffc440ff4ab65796267d934fd6d29f39f4.pnj), url(https://file.garden/aBJizA47Ny_7I1ZP/samplegraphics/background2.gif);
    color: white;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-blend-mode: multiply, normal;
    font-family: "VT323";
     width: 100vw;
  margin: 0;
    height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
    overflow: hidden;
}
.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
