* {
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
}

.container {
  width: 100%;
  height: 100%;
}

.top {
  display: flex;
  width: 40vw;
  height: 40vh;
  margin-top: 30vh;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10vh;
}

.top ul {
  list-style: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.top ul li {
  position: relative;
  float: left;
  width: 25%;
  height: 25%;
  overflow: hidden;
}

.top ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  color: white;
  opacity: 0.4;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
}

.top ul li:hover::before {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.top ul li img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  position: relative;
  top: -100%;
}

.lightbox:target {
  outline: none;
  top: 0;
  opacity: 1;
  pointer-events: auto;
}

.lightbox:target img {
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.a{
  content:url(https://i4.glitter-graphics.org/pub/1987/1987314iib2aqsdkl.gif);
  height: 20px;
  width: 250px;
   position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 1px outset purple;
  background-image: url("https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fcdn.wallpapersafari.com%2F8%2F59%2FaJLZpO.jpg&f=1&nofb=1&ipt=d3c2524407eabd750951cd2a7eda40a4238294af345aa9da7147275e64451604&ipo=images");
    background-repeat: repeat;
  text-align: center;
  margin: auto;
}
body {
  background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F633471.jpg&f=1&nofb=1&ipt=39ce444d3bcc9c77643d9d74591b8037443753335ce6cbe5cc48885a280789a9&ipo=images");
  background-repeat: repeat;
     text-shadow: 0 0 3px purple, 0 0 10px white;
  font-family: 'Labrada', serif;
    color: pink;
font-weight: 300; font-size: 15px;
margin-top: -10px;
border-bottom: 7px rgb(37, 34, 34) solid;
width: 100%;
text-align: center;
padding-top: 22px;
background-color:#52426e;
}
.b {
  height: 1000px;
  width: 800px;
  border: 1px outset purple;
  background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.technocrazed.com%2Fwp-content%2Fuploads%2F2015%2F12%2Fblack-wallpaper-to-set-as-background-10.jpg&f=1&nofb=1&ipt=6454781f8b88e87296c21e0f9a068cb3ffa2405244b4e4c3c600f62f248db6bf&ipo=images");
    background-size: contain;
  text-align: center;
  margin: auto;
}

.c {
  content:url(https://i.ibb.co/P6g0xMH/Screenshot-2023-05-19-131421.png);
  height: 100px;
  width: 600px;
   position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 1px outset purple;
  background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F6101222.jpg&f=1&nofb=1&ipt=16310d9ba7ccfae5e25fb4b248fdeba23a6dd66edfc008974d2239d205ff4f99&ipo=images");
    background-repeat: repeat;
  text-align: center;
  margin: auto;
}