main, footer{
   border:#f507aa 4px ridge;
}

.box
{
     display:grid;
}

ul{
 column-count: 4;
 margin-top:250px;
 margin-right:30px;
}

body {
  background-image: url("https://zunralaboratories.neocities.org/index%20stuff/img/my%20veins.gif");
  background-repeat: repeat-x repeat-y;
  color:#ef78ff;
}
header img{
  margin-right:35px;
    width: 500px;
  height: 330px;
     object-fit: fill;
 }
 
 aside img{
    width: 300px;
  height: 450px;
     object-fit: fill;
 }
 
 .aside2 img {
    width: 300px;
  height: 450px;
     object-fit: fill;
     }

header{
    grid-row:1/2;
  grid-column: 2/3;
}

footer{
  font-size:20px;
grid-row: 3 / 4;
grid-column:2 / 3;
}

/* if fails try the row spaces */

main, footer{
  
    background-image: url("https://zunralaboratories.neocities.org/index%20stuff/img/header%20bg.jpg");
      background-size: cover;
}

#love{
  margin-top:100px;
}

main{
  font-size:55px;
  text-shadow: 2px 2px 3px #FFFFFF;
      grid-row:2 / 3;
      grid-column:2/3;
      max-width:100%;
}

aside, .aside2{
  margin-top:25%;
}
aside{
          grid-row: 2 / 3;
            grid-column:1/2;
}

.aside2{
  grid-row:2/3;
  grid-column:3/4;
}