body{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto auto auto;
  background-color: black;
  font-family: "Montserrat", sans-serif;
}
canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -100; /* Ensure it's behind all other content */
}
header{
  grid-column: 1/3;
}
div.top, .sub{
grid-column: 1 / 3;
padding-left: 5%;
}

div.overview{
grid-column: 1 / 3;
width: 60%;
padding-left: 10%;
}
div.main-img{
grid-column: 1 / 3;
display: grid;
justify-content: center;
}
div.main-img-ebay{
grid-column: 1 / 3;
display: grid;
height:900px;
justify-content: center;
}
img.mainim-ebay{
  width: 80%;
  height: 75%;
  max-height: 1200px;
  justify-self:center;
}
img.mainim{
  width: 100%;
  justify-self: center;
}
img.mainin{
  width: 100%;
  justify-self: center;
}
div.chalen, .real-world{
  padding-left: 10%;
  width: 80%;
}
div.proj-info{
  grid-column: 1 / 3;
  width: 80%;
  justify-self: center;
  margin-top: 35px;
}
div.prob-found, .main-art, .what-we{
  grid-column: 1 / 3;
  width: 90%;
  justify-self: center;
}
h1 {
    font-family: "Montserrat",sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 18px;
    width: 100%;
    margin-left: 0%;
    margin-right: auto;
    color: white;
    font-weight: 600;
    margin-bottom: 5%;
}
h3, h4, h5 {
display: grid;
float: none;
line-height: 1.6;
width: 100%;
color: #ffffff;
text-align: left;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 35px;
font-family: 'Montserrat',sans-serif;
}
h2{
  font-size: 30px;
  font-weight: 600;
  padding-top: 0;
  line-height: 1.33;
  color:#999;
  letter-spacing: .1em;
  padding-bottom: 3px;
  margin-bottom: 10px;
  font-variant: petite-caps;
}
h3{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .6px;
  line-height: 1.6;
}
p{
  letter-spacing: .5px;
  line-height: 1.6;
  font-size: 1.2em;
  font-weight: 300;

}

/*Mobil*/
@media (max-width:700px) {
  body{
    grid-template-columns: 1fr;
  }
  div.sub, .top{
    justify-self:center;
  }
  div.chalen, .real-world{
    grid-column: 1 / 3;
  }
  div.overview{
    justify-self:center;
    width: 100%
  }
  img.mainim{
    width:100%;
  }
}
