
body {
    background-color: black;
    font-size: 14px;
    margin-left: 0;
    display: inline-block;
    position: absolute;
    height: auto;
    width: 100%;
    scrollbar-color: #f0ba29 #ff194f;
    scrollbar-width: none;
    background-image: url("https://phantasmablahh.neocities.org/Decor/Backgrounds/DP1427219.png");
    background-position: center;
    background-repeat: repeat;
    background-size: 20%;
}

.center {
    background-image: url("https://phantasmablahh.neocities.org/Decor/Backgrounds/CEDFENCE.2.png");
    margin: auto;
    width: 1500px;
    height: 600px; 
}

.imgtxt {
  width: fit-content;
  height: fit-content;
  display: inline-block;
  position: relative;
}
.imgtxt span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 1.2rem;
  color: #FFF;
  filter: drop-shadow(1px 1px 0 black) 
    drop-shadow(-1px 1px 0 black)
    drop-shadow(1px -1px 0 black)
    drop-shadow(-1px -1px 0 black);
}
.imgtxt:hover span, .imgtxt:focus span {
  opacity: 1;
}
.imgtxt:hover img, .imgtxt:focus img {
  /* add hover effects like transform or filter to your images here! */
}

p {
    width: 90%;
    margin: auto;
    font-size: 2.5rem;
    color: whitesmoke;
    text-shadow: 1px 4px black;
}