body {
  margin: 0;
}

#head-content {
  width: 100%;
  height: 100px;
  display: flex;
  border-bottom: 1px solid;
}

#head-img {
  height: 50px;
  margin: 25px;
}

#vertical_split {
  height: 80px;
  width: 1px;
  margin: 10px;
  border-left: 1px solid;
}

#title {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 25px;
  text-align: center;
}

#body-content {
  margin: 50px;
}

#file-selector {
  display: flex;
}

#file-selector-title {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  text-align: center;
}

#results {
  margin-top: 50px;
}

#text-results {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.label {
  display: flex;
  align-items: center;
}

.label h3 {
  margin: 0 auto;
}

p {
  margin: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}
