body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  background-color: #2b2b2b;
  color: rgb(255, 238, 238);
  text-align: center;
}

.wrapping-grid {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fit, 11.25rem);
  justify-content: center;
}

.top {
  /*209, 209, 209*/
  background-color: rgb(30, 30, 30);
  border-radius: 15px;
  margin-bottom: 50px;
  width: 100%;
}

.box {
  width: 180px;
  height: 230px;
  background: rgb(30, 30, 30);
  border-radius: 15px;
  /*margin-bottom: 30px;*/
}

.box:hover {
  transform: scale(1.05);
}

.box-bilde-top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}

.box-tekst-bunn {
  font-size: 20px;
  margin-top: 10px;
  color: white;
}

.liten-tekst {
  text-align: center;
  position: fixed;
  bottom: 10px;
  font-size: 0px;
  /*left: 45%;*/
}

a {
  color: black;
  text-decoration-line: unset;
}

/*
@media only screen and (max-width: 400px) and (min-width: 350px) {
  .wrapping-grid {
    grid-template-columns: repeat(auto-fit, 15rem);
  }
  .box {
    width: 120%;
    height: 120%;
  }
}


@media only screen and (max-width: 790px) {
  body {
    background-color: blue;
  }
  .wrapping-grid {
    grid-template-columns: 2 1fr;
  }
}

@media only screen and (max-height: 500px) {
  body {
    background-color: blue;
  }
  .top {
    margin-bottom: 0px;
  }
}


.box-bilde-bunn {
  margin-top: 20px;
  margin-right: 90px;
  width: 25%;
}


.overskrift {
  text-align: center;
  padding-top: 5%;
  font-size: 45px;
}

.underOverskrift {
  text-align: center;
  font-size: 23px;
  padding-bottom: 30px;
}


*/
