body {
  display: flex;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}

.main {
  max-width: 500px;
}

.main a {
  color: #ff6600;
  font-weight: 500;
  text-decoration: none;
}
.main a:hover {
  text-decoration: underline;
}

.main p#utarbeidet {
  font-size: 0.8em;
}
