#logo {
  background-image: url("/images/logo_Pitch.png");
  background-size: 369px 83px;
  background-color: #000000;
  background-position: center;
  width: 369px;
  height: 83px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.booking #logo {
  background-image: url("/images/logo_Pitch_light.svg");
  background-size: 300px 220px;
  background-color: white;
  background-position: center;
  width: 300px;
  height: 220px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.booking .container {
  background: #c1b3a1;
}
