.logo {
  height: 100%;
  max-height: 100px;
  width: auto
}

.header {
  text-align: center;
  font-style: normal;
  background-color: lightgrey;
  border: 1px solid black;
  width: 100%
}

.info {
  font-style: normal;
  border: 1px solid black;
  border-top: 0px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px
}

.label {
  font-style: oblique;
}
