* {
  box-sizing: border-box;
}

body {
  width: 100%;
  max-width: 30rem;
  margin: 0px 0 0px 50%;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
background-color: #ffcc454f;
}

button {
    display: inline-block;
    position: relative;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #000;
    transition: .4s;
  background-color: white;
    border: none;
    font-size:40px;
    border-radius: 12px;
}
button:hover {
    color:#b8e5d5;
}
button:before, button:after{
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
button:before{
  border-left: solid 1px #b8e5d5;
  border-top: solid 1px #b8e5d5;
  border-bottom: solid 1px #b8e5d5;
  left: 0;
}
button:after{
  content: '';
  border-top: solid 1px #b8e5d5;
  border-right: solid 1px #b8e5d5;
  border-bottom: solid 1px #b8e5d5;
  right: 0;
}{
  
  font: inherit;
}

#app p{
font-size:250px;
    margin:0;
    text-shadow: 8px 10px white!important;
  
  }



  #app{
      background-image: url("img/logotenerifetransp.png");
      height: 500px;
      width: 500px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  


  #reset, #start{
    color: black;
    margin-top: 230px;
  }

  h1{
    margin-top:100px;
  }

  button, button:before, button:after, button:hover{
    border: none !important;

  }

  img{
    
    max-height: 70px;
    margin: 70px 24px 0px 11px;
}


#app p:nth-child(2) {
      margin-top: -275px;

}