@import "fonts.css";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: ObjectSans;
}

html, body {
  height: 100%;
  background: #001517;
  color: white;
}

body {
}

.spectacleName {
  text-decoration: underline;
  text-transform: uppercase;
}

.wrapper {
  height: 100%;
  max-width: 414px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

canvas {
  display: block;
  margin-bottom: 0.5rem;
  height: 80px;
}

@media all and (min-width: 800px) {
/*  .wrapper {
    width: 93,75%;
    max-width: 1000px;
    margin: 0 auto;
  }*/
}

.intro {
  font-size: 24px;
  line-height: 1.35;
  width: 300px;
  margin: 0 auto 60px auto;
  text-align: center
}

.intro p {
  margin: 10px 0;
}

button {
  display: block;
  width: 300px;
  height: 72px;
  border: 0;
  color: white;
  margin: 0 auto;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

button:focus {
  outline: 0;
}

.button1 {
  background: linear-gradient(294deg, #d800d4 23%, #00c5f1 78%);
  border-radius: 45px;
  box-shadow: 0px 10px 35px 0px rgba(137,101,227,0.5);
}

.button_round {
  border-radius: 100%;
  width: 72px;
  background: linear-gradient(332deg, #d800d4 9%, #00c5f1 90%);
  box-shadow: 0px 10px 35px 0px rgba(137,101,227,0.5);
}

.button2 {
  margin-top: 10px;
  background: none;
}

audio {
  /*display: block;*/
  width: 300px;
  height: 72px;
  font-size: 20px;
  margin: 0 auto;
  display: none;
}

/*.hidden {
  display: none !important;
}*/

[v-cloak] > * { display:none; }