body {
  margin: 0;
  background: #E2E2E2;
}

.bvos-header{
  height: 58px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}

.bvos-header .bvos-logo {
  height: 32px; 
  margin-left: 120px;
}


.root-content {
  width: 800px;
  font-size: 14px;
  margin: 24px auto;
  border: 1px solid #dbd9d5;
  background: #fff;
  padding: 24px;
  text-align: justify;
  min-height: calc(100vh - 158px);
}

h1 {
  text-align: center;
}

table {
  border-collapse: collapse;
}

table,
table tr th,
table tr td {
  border: 1px solid black;
  padding: 5px 10px;
}