body {
    background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url(https://images.unsplash.com/photo-1519501025264-65ba15a82390?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80);
    
  }
h1 { 
    font-size: 150px;
    text-decoration: line-through;
    text-decoration-style: dotted;
    text-decoration-color: beige;
    text-align: center;
}
button {
  font-size: 40px;
  border: double 2px;
  border-radius: 5px;
background-color:transparent;

  margin: 50px;
}

button div {
  border: solid 10px;
}
h3{
  text-align: center;
  
  background-color: transparent;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  
  flex-direction: column;
  
}