/* This is
a multi-line
comment */

body {
  background-color: lightblue;
}

h1 {
  color: navy;
  margin-left: 20px;
}

.blok{
  color: red;
  margin-left: 20px;
}