body {
  background-image: url("https://gaxolotlsite.neocities.org/bgs/spooce.jpeg");
  margin:20px;
  font-family:Times, serif;
}

.boxpls {
  margin: 4px 100px;
   background: black;
   color: white;
  border: 3px solid;
   border-image-slice: 1;
   border-image-source: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
}

h1 {
  text-align: center;
}

p {
  text-align: left;
  float: right;
}

h4 {
text-align: center;
color: #00ff44;
}