body {
  margin: 0;
}
.header {
  width: 100%;
  height: 150px;
  background: #464646;
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .5)
}
.ppg {
  padding-top: 15px;
  padding-left: 100px;
}
.connection {
  padding-right: 50px;
  position: absolute;
  top: 30px;
  right: 50px;
}
.param {
  position: absolute;
  bottom: 10px;
  left: 60px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: white;
  margin: 5px;
}
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: white;
  margin:5px;
  text-align: right;
}
