body{
  background-color: pink
}



h1 {
  text-align: center;
  color: blue

}

p{
  color: grey;
  text-align: center;
}

.bilde {
  width: 400px;
  border-radius: 50%;
  border-color: grey;
  border-width: 4px;
  border-style: solid;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px
}

ol{
  text-align: center;
  color: grey
}

ul{
  text-align: center;
  color: grey
  font-weight: bold;
  font-style: italic;
  font-size: 40px

}

h2{
  text-align: center;
  color: grey
}

br{
  text-align: center;
  color: grey
}

li{
  text-align: center;
  color: grey
}

.sitat {
  font-weight: bold;
  font-style: italic;
  font-size: 50px
}

.overskrift {
  margin-top: 80px
  font-weight: bolder;
  font-style: oblique;
  font-size: 80px

}

.forfatter {
  font-weight: bold;
  font-style: normal;
  font-size: 40px
}
