 body {
   background-color: black;
 }
 .boxx {
   border: 10px solid;
   border-image-slice: 1;
   border-image-source: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
   background-color: black;
   color: white;
   margin-top: 5%;
   margin-bottom: 5%;
   margin-right: 20%;
   margin-left: 20%;
   display: flex;
   text-align: center;
 }
 .A {
  object-fit: contain;
  height: 80%;
  width: 80%;
}
.B {
  object-fit: contain;
  width: 90%;
}
 .nico_shrine {
  border: 5px solid white;
  border-radius: 5px;
  width: 30%;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  background: black;
  object-fit: contain;
}
.pjo_shrine {
  border: 5px solid white;
  border-radius: 5px;
  width: 30%;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  background: black;
  object-fit: contain;
}
.blankshrine {
  border: 5px solid white;
  border-radius: 5px;
  width: 30%;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  background: black;
  object-fit: contain;
}