* {
  margin: 0;
}

.contenedor {
  background: plum;
  width: 100vw;
  height: 100vh;
  text-align: center;
}

p{
    font-size: xx-large;
    padding: 15%;
}

button{
    font-size: xx-large;
    padding: 0.75em;
}

#yesBtn{
    transform: translate(-100%,0);
}

#noBtn{
    position: absolute;
}
}

#noBtn {
  position: absolute;
}
