* {
  box-sizing: border-box;
}

html,
body {
  background: #000;
  height: 100%;
  margin: 0;
}

body {
  color: #fffbf5;
  font-family: Arial, Helvetica, sans-serif;
}

.player-page,
.player-shell {
  height: 100%;
  min-height: 100vh;
  width: 100%;
}

.player-shell iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.message {
  align-content: center;
  display: grid;
  justify-items: center;
  min-height: 100vh;
  padding: 24px;
  text-align: center;
}

.message h1 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0;
}

.message p {
  color: rgba(255, 251, 245, 0.74);
  line-height: 1.45;
  margin: 12px 0 0;
  max-width: 320px;
}
