.dagensret{
    margin: auto;
    width: 80%;
    height: 300px;
    color: rgb(255, 255, 255);
    background-color: rgb(99, 221, 255);
}
.sandwich1 {
  margin: auto;
  width: 80%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  color: rgb(255, 255, 255);
  background-color: rgb(92, 108, 116);
}
.sandwich2 {
  margin: auto;
  width: 80%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  background-color: rgb(203, 238, 248);
}
img {
  width: 50%;
  height: 300px;
}
.tekst {
  margin: auto;
  width: 40%;
}
