
.section {
  background-color: #efefef;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0px 0px 0px;
}

.photo {
    max-width:150px;
    max-height:150px;
    width:auto;
    height:auto;
}

.jumbotron {
    color: white;
    background-color: #8BC34A;
}

.headertext {
  margin-bottom: 50px;
}