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);
    
  }
.dot { 
    font-size: 150px;
    text-decoration: line-through;
    text-decoration-style: dotted;
    text-decoration-color: beige;
    text-align: center;

}
main { 

    background-color:rgb(255, 217, 0);
    border-color: white;
    border-style: dotted;
    border-radius: 5vh;
    text-align: center;
    line-height: 10vh;
    font-size: 20vh;
    letter-spacing: 15vh;
}

p{
    color: black;
}
h1{
    text-align: center;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    height: 10vh;
    float: center;
}
button {
    font-size: 40px;
    border: double 2px;
    border-radius: 5px;
  background-color:transparent;
  
    margin: 50px;
  }
  
  button div {
    border: solid 10px;
  }

