html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  background-image: linear-gradient(to right top, #000000, #0a0a0a, #121212, #181818, #1d1d1d);
  }
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
/* audio { 
  display: none;
} */
input {

    background: transparent;
    border: none !important;
    font-size:0;
    height: 100%;
    width: 100%;
}
