body {
  width: 100%;
  font-family: sans-serif;
  background-color:  #005566 ;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 1%;

}

.left {
  flex-grow: 1;
  flex-basis: 300px;
  border-radius: 7px;
  padding: 2% 3% 0 3%;
  background-color:  #e8f6f3;
  margin-left: 3%;
}

#leftcontent{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: right;
}

#leftcontent li {
  list-style: "- ";
}

#prez {
  text-align: center;
}

.left-part {
  margin-left : 18%;
  text-align: left;
}


.right {
  flex-grow: 3;
  flex-basis: 600px;
  color: white;
  font-weight: bold;
  padding-top: 2%;
  padding-left: 3%;
  padding-right: 5%;
}

.experience {
  color: black;
  font-weight: normal;
  background-color:  #e8f6f3;
  border-radius: 7px;
  margin: 10px;
  padding: 10px;
}

details {
  margin: 10px;
  padding: 5px;
}

details summary {
  list-style: inside;
  list-style-type: " (+) ";
}
