body {
  background-color: #FFFFCC;
  font-family: sans-serif;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  height:100%;
}

.sidebar {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidebar a {
  display: block;
}

.buttons {
  text-align: center;
  display: block;
  margin-left: auto;
}

.button {
  cursor: pointer;
  width: 80px;
}

p {
  text-align: center;
  color: grey;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
  color: gray;
}

.Sitat {
font-weight: bold;
font-style: italic;
font-size: 50px
}

.navn {
  margin-top: 50px
}

.jobbtitel {
  font-style: italic;
}

.bilde {
    width: 200px;
    border-radius: 50%;
    border-color: grey;
    border-width: 4px;
    border-style: solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
