body {
  background-color: #1B2631;
  font-family: sans-serif;
}

h1 {
  text-align: center;
  color: grey
}


p {
  text-align: center;
  color: grey
}
.sitat {
  font-weight: bold;
  font-style: italic;
  font-size: 50px;
}
.bilde {
  width: 250px;
  border-radius: 50%;
  border-width: 4px;
  border-color: grey;
  border-style: solid;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;

}
#image {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 20px;
}
#button{
  text-align: center;
}
