body{
  background-image: url("https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExbmN1MG13dDIzNzFkbGc4ZHE1Z3hvdG4yZ3J6cW1jcGZqODJrY2d1bCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/dNhkuBnn4xdUv6iweb/giphy.gif");
  background-color: black;
  background-size: 300px;
  background-repeat: repeat;
}
.container {
  text-align: center;
}
.details {
  border: 5px solid transparent;
  border-image: url(https://tse3.mm.bing.net/th/id/OIP.9tlSsEJ3BYz5kEgS82ljagHaE7?rs=1&pid=ImgDetMain&o=7&rm=3) 30 stretch;
  border-radius: 6px;
  max-width: 500px;
  margin: 10px auto;
  padding: 5px 10px;
  text-align: left;
  font-family: Unispace;
}
.details p {
  font-size: 18px;
}
marquee {
  font-size: 13px;
}
li{
  font-weight: bold;
  padding: 5px 2px;
}
a{
  color: #146CB3;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
ul{
  color: #0F5187;
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
h1{
  color: silver;
  font-size: 40px;
}
h2{
  color: silver;
}
::selection{
  background: black;
  color: white;
}
p{
  color: #D1D1D1;
}
footer{
  color: white;
  background-image: url(https://external-media.spacehey.net/media/srOXnzPt-pGHH56JLKRdclLkTsSvMm37-bt3pc_PEPBE=/https://i.gifer.com/AmrE.gif);
  border-radius: 6px;
  background-size: 25%;
  background-repeat: repeat;
  background-position: center;
  font-size: 12px;
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
  padding: 10px;
}
