body {
  background: url(/img/bg-image.jpg) fixed;
  background-size: cover;
  text-align: center;
  font-family: 'Quicksand', sans-serif; 
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  color: white;
}

a {
  color: white;
}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.info {
  margin-top: 50px;
}

.footer {
  margin-top: 200px;
}

th, td {
  color: white;
}

@media only screen and (max-width: 600px) {
  .second {
    margin-top: 60px;
  }
  .footer {
    margin-top: 150px;
  }
  .info {
    width: 75% !important;
  }
}