#platform-switch {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

#platform-switch-panel {
  width: 700px;
  background-color: white;
  padding: 2.8em;
  margin-top: 5%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 28px 0px rgba(50, 50, 50, 0.88);
}

.introtext {
  font-size: 1.5em !important;
  line-height: 1.1em;
}

#platform-switch h1 {
  font-size: 2.5em;
  margin-top: 0;
}

#platform-switch p {
  font-size: 1em;
}

#platform-switch img {
  max-width: 100%;
  height: auto;
}

#platform-switch a {
  background: #3498db;
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  border-radius: 2px;
  color: #ffffff;
  font-size: 1.4em;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  margin-top: 1.2em;
  display: inline-block;
}

#platform-switch button:hover {
  background: #3cb0fd;
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#imready {
  background: #00860f !important;
  background-image: linear-gradient(to bottom, #00860f, #037910) !important;
  font-weight: 600;
}

#imready:hover {
  background: #05b018 !important;
  background-image: linear-gradient(to bottom, #05b018, #009310) !important;
}
