#launching-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  background: url("../images/background.png") no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

#launching-btn {
  width: 300px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  background: url("../images/launch_button.svg") no-repeat;
  background-size: contain;
}

#launching-btn:hover {
  cursor: pointer;
}

#launching-container h1 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100vw;
  height: 270px;
  color: white;
  font-weight: bold;
}

#manifera-logo {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
}

#vodafone-logo {
  color: white;
  position: absolute;
  right: 35px;
  bottom: 20px;
  font-size: 16px;
}
