.googleStuff {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #333;
}


.mainGrid {
  display: grid;
  grid-template-columns: 50% 50%;
  place-content: center;
  padding: 10px;
  margin: 0px;
  height: 50vh;
}

.headerMain{
  position: relative;
  font-size: 6vh;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
}
.subHeader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pointsG {
  border: 2px black;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  max-height: 10px;
}

.grid-item {
  border: 2px solid  black;
  border-radius: 10px;
  padding: 2vh;
  margin: 5px; 
  max-width: 50vw;
  font-size: 40px;
  text-align: center;
  cursor: pointer;
/* background-color: white; */
}

.imgLeft {
  position: absolute;
  max-width: 10vw;
  max-height: 10vh;
	top: 15vh;
	left: 2vw;
}
.imgRight {
  position: absolute;
	top: 15vh;
	right: 2vw;
}
#lhkBilde {
  height: 10vh;
}
#larvikBilde {
  height: 10vh;
}

.gridInsideAGrid{
  display: grid;
  grid-template-columns: 100px 100px 100px;
  border-radius: 10% !important;
  /* grid-column-gap: 30px; */
  grid-template-areas: "gradientM1" "gradientM2" "gradientM3";
  justify-content: center;
}

@media screen and (max-width: 600px), (min-height: 1920px) {
  .grid-item, .mainGrid {
    display: block;
    width: 100%;
    height: 10px;
    font-size: 25px;
    margin: 2px;
  }
}

.totd {
	text-align: center;
	margin: 0;
}

* {
  box-sizing: border-box;
}
.battery {
   border: 2px solid black !important;
}

