@keyframes scroll{
  0%{padding-left: 100vw}
  100%{padding-left: 0}
}

#Title{
  color: white;
  font-size: 2vw;
  text-transform: capitalize;
  font-family: arial;
  text-shadow: 0.1vw 0.1vw 0.1vw #000000;
}

.sign{
  background-image: url("https://jhmstudios.neocities.org/game/strawbFarm/wood-textures-high-quality-2.jpg");
  background-size: contain;
  float: left;
  border: solid;
  border-radius: 1vw
}

.marq{animation: scroll 10s linear infinite; clear: right; float: right;}