something useful to get you started is
body{ background-image: url(image link here) }
and to put red text in the top bar of ur screen (this is rlly just optional but its fun)
}
span#hUp::before {
content: "put text here";
font-size: 13px;
animation-duration: 0.3s;
animation-timing-function: ease;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;