body {
  text-align: center;
  font-family: Arial, sans-serif;
  margin: 20px;
  background-color: deepskyblue;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

#hmm {
  display: flex;
  justify-content: center;
}

#tbdiv {
  display: flex;
  justify-content: center;
}

.right-aligned-list {
  direction: rtl;
  text-align: right;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.titles {
  background: lightblue;
}

.time {
  background: lightgoldenrodyellow;
}

.YFF {
  background: gold;
}

.konseptutvikling {
  background: lightgreen;
}

.teknologiforståelse {
  background: aqua;
}

.produksjon {
  background: red;
}

.fri {
  background: lightpink;
}
