* {
  padding: 0px;
  margin: 0px;
}

h1 {
  color: #fff;
  text-align: center;
}

html {
  margin: 0;
  height: 100%;
}

body {
  background-image: url("../image/tng-258-d-holodeck.webp");
  background-size: cover;
  width: auto;
  height: auto;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: hidden;


}


.logo1 {
  position: absolute;
  padding-left: 20px;
}

.mainheader {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.homebutton {
  right: 20px;
  width: 100px;
  padding-top: 00px;
  padding-right: 20px;
  position: fixed;
  z-index: 2;
}

.homebutton a {
  display: block;
  margin-bottom: 1em;
  padding: 0.3em 1.25em;
  border: 1px solid #c2c7cc;
  font-family: 'Open-Sans', sans-serif;
  font-size: 1.1em;
  line-height: 1.667em;
  text-decoration: none;
  color: #8a9199;
  cursor: pointer;
  background: #fff;
  transition: color, border-color ease 0.3s;
  border-radius: 2em;
}

.homebutton a:hover {
  border-color: #42B6F3;
  color: #42B6F3;
  text-decoration: none;
}

.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 300px;
  grid-row-gap: 30px;
  margin: 100px;
  margin-top: 40px;
}

.div1 {
  grid-area: 1 / 1 / 2 / 3;
  margin-top: 150px;
}

.div2 {
  grid-area: 1 / 3 / 2 / 6;
  background-color: black;
  color: white;
  height: 600px;
  margin-top: 150px;
  font-size: 35px;
  opacity: 0.7;
}

#tekst1 {
  margin: 20px;
}