html {
  font-size: 16px;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.logo{
  flex: 0 0 auto;
}
.center-pane {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
}

.left-pane {
  flex: 0 0 auto;
  margin: 32px;
}
.right-pane {
  flex: 0 0 auto;
  margin: 32px;
  margin-top: 144px;
  border: 2px #d61819 solid;
  border-radius: 16px;
  padding: 16px 32px;
}

.discription {
  margin-left: 108px;
}

.info-table {
  display: table;
  padding-left: 16px
}

.info-table-line {
  display: table-row;
}

.info-table-cell {
  display: table-cell;
}
