.parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 83px 188px 485px 67px;
grid-column-gap: 5px;
grid-row-gap: 5px;
background-image: url("Images/Xipsitting.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  margin: 0;
  background-color:#220423;

}
* {
    margin: 0;
}
.div1 { grid-area: 1 / 1 / 2 / 5; 
border: 1px solid rgb(246, 255, 185);
text-align: center;
justify-content: center;
font-family: "Bitcount Prop Double", system-ui;}
.div2 { grid-area: 2 / 1 / 3 / 5; 
border: 1px solid rgb(246, 255, 185);
font-family: "Pixelify Sans", sans-serif;}
.div3 { grid-area: 3 / 1 / 4 / 2; 
border: 1px solid rgb(246, 255, 185);
font-family: "Pixelify Sans", sans-serif;
background-color: rgba(236, 37, 243, 0.086);}
.div4 { grid-area: 3 / 2 / 4 / 3; 
border: 1px solid rgb(246, 255, 185);
font-family: "Pixelify Sans", sans-serif;
background-color: rgba(236, 37, 243, 0.086);}
.div5 { grid-area: 3 / 3 / 4 / 4; 
border: 1px solid rgb(246, 255, 185);
font-family: "Pixelify Sans", sans-serif;
background-color: rgba(236, 37, 243, 0.086);}
.div6 { grid-area: 3 / 4 / 4 / 5; 
border: 1px solid rgb(246, 255, 185);
font-family: "Pixelify Sans", sans-serif;
background-color: rgba(236, 37, 243, 0.086);}
.div7 { grid-area: 4 / 1 / 5 / 5; 
border: 1px solid rgb(246, 255, 185);
font-family: "Pixelify Sans", sans-serif;
background-color: rgba(236, 37, 243, 0.086);
text-align: center;
justify-content: center;}

main {
    justify-content: center;
    margin: 20px;
    color: #ecd7fd;

}

.hero{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/tail.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.herotex{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


.pixelify-sans-pixel {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.bitcount-prop-double-Bit {
  font-family: "Bitcount Prop Double", system-ui;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}

p{
    margin: 10px;
}

span a:hover {
  padding: 5px;
  border-radius: 4px;}

.pixelify-sans-pixel2 {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}