body {
  font-size: 20px;
  background: #f1f1f1;
  color: #1f1f1f;
  font-family: Gotham, Gotham A, Gotham B, Arial, sans-serif;
  line-height: normal;
}

table, th, td {
  border: 1px solid black;
}

table {
  width:60%;
}

.center {
  display: table;
  margin: 0 auto;
}

.select-option {
  font-size: 20px;
  color: #1f1f1f;
  font-family: Gotham, Gotham A, Gotham B, Arial, sans-serif;
  line-height: normal;
  margin: 0.2rem;
}

.title {
  font-size: 30px;
  font-weight: bold;
}

.container {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  vertical-align: middle;
}

.pirelli-logo {
  width: 11rem;
  margin: 0.2rem;
}

.document-content {
  width: 100%;
  height: 100rem;
  zoom: 1.75;
  -moz-transform: scale(0.75);
  -moz-transform-origin: 0 0;
}
