html { position: relative; }

a { text-decoration: none; }

body { background-color: black; color: #ffffff; font-family: "8bitOperatorPlus-Bold", monospace; padding: 0; margin: 0; }

.hidden { display: none !important; }

#ytand { position: relative; display: grid; width: 100vw; height: 100vh; margin: 0; color: #353535; place-items: center center; }

#ytand #image { width: 100vw; height: 100vh; background-repeat: repeat; }

#ytand #text { position: absolute; left: 0; top: 0; width: 810px; z-index: 10; text-align: center; font-family: Tahoma, sans-serif; }

#ytand #text div { position: absolute; width: 810px; }
