html, body {
  margin: 0;
  font-family: sans-serif;
}

html {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(153, 0, 204);
  background: linear-gradient(227deg, rgba(153, 0, 204, 1) 0%, rgba(0, 217, 218, 1) 100%);
}

h1 {
  text-align: center;
  color: #fff;
}

#container {
  text-align: center;
  margin: auto;
  width: auto;
  align-items: center;
  justify-content: center;
}

#container>div {
  margin: 50px auto;
}

#player {
  width: 600px;
  position: relative;
  background: #0008;
  color: #fff;
}

#player .background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
}

#player .cartoon {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
}

#player form {
  text-align: left;
  padding: 20px;
}

#player form label {
  line-height: 30px;
}

#log {
  max-height: 500px;
  overflow: scroll;
  text-align: left;
  padding: 0 20px;
}

#footer a {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  font-family: cursive;
}
