.imageArea{
  display:flex;
  flex-flow:column;
  width:80%;
  height:100%;
  margin:0 auto;
}
.image{
  width:50%;
  height:50%;
  position:relative;
  left:50%;
  transform:translateX(-50%)
}

.ipr{
  display: flex;
  flex-flow: row;
  margin-bottom:10px;
}

.ipr div{
  width:calc(100% / 3);
  margin-right:10px;
}

.ipr div img {
  width: 90%;
  height: 90%;
  position:relative;
  left:50%;
  transform: translateX(-50%);

}

.credentials{
  display: flex;
  flex-flow: row;
}

.credentials div:first-child{
  width:30%;
  margin-right:10px;
  margin-top:10px;
  margin-bottom:20px;
  border:1px solid #eee;
}

.credentials div:nth-child(2){
  width:70%;
  margin-right:10px;
  margin-top:10px;
  margin-bottom:20px;
  border:1px solid #eee;
}

.credentials div img {
  width: 100%;
  height: 100%;
}