body {
  margin: 0 10em;
}

.coverPhoto {
  width: 100%;
  background-color: #3B5998;
}

.coverPhoto h1 {
  color: #fff;
  display: inline;
  padding-bottom: 20px;
}

#cover {
  width: 100%;
  height: 350px;
  border-bottom: solid #fff 10px;
}

#icon {
  height: 10em;
  width: 10em;
  position: relative;
  top: -100px;
  border: solid #fff 6px;

}



#flexContainer {
  display: flex;
  margin: 0 10%;
}

.interest {
  border: solid #fff 2px;
  flex-grow: 2;
  background-color: #fff;
}

.status {
  border: solid #fff 3px;
  width: 60%;
  background-color: #F6F7F9;
}

.status img {
  width: 3em;
  height: 3em;
}

.status_box {
  border: solid #F6F7F9 2px;
  background-color: #fff;
  margin-bottom: 5px;
  padding: 5px 5px 50px;
}
