body {
  background-color: #333333;
  background-image: url('../img/labor-day-classic/bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}

main {
  background-color: rgba(39, 59, 123, 0.5);
  margin: auto;
  width: 800px;
  min-height: 100%;
  color: white;
  text-align: center;
  padding-bottom: 20px;
}

#logo {
  padding-top: 20px;
}

#logo img {
  width: 500px;
}

#companies img {
  max-height: 40px;
}

a {
  color: white;
}

#questions {
  font-family: "arial";
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
}

#questions .question {
  font-weight: bold;
}

#questions .red-answer {
  color: red;
  font-weight: bold;
}

table {
  color: white;
  margin: auto;
  padding-bottom: 15px;
}

.category {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  text-decoration: underline;
}
