* {
  max-width: 700px;
  margin: auto;
  font-family: "Verdana","Ariel", sans-serif;
  line-height: 1.5;
}

/*.experience {
  color: black;
  line-height: normal;
}*/

div {
  border-radius: 5px;
}

body {
  background-color: azure;
}

.position {
  font-weight: bold;
}

#header {
  height: 40px;
  width: 100%;
  background-color: #2992b3;
  position: fixed;
  z-index: 1;
}