body{
  background-image: linear-gradient(-180deg, #000000 0%, #200835 100%);
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

marquee{
  max-width: 800px;
  text-align: center;
}

p {
  font-size: 60px;
  color: white;
  margin: 10px;
}

img {
  width: 100%;
  padding: 100px 0px;
}