html { position: relative; }

a { text-decoration: none; }

body { background-color: black; color: #ffffff; padding: 0; margin: 0; }

.hidden { display: none !important; }

#center { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; overflow: hidden; }

#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; }

