body{
  background-image: url(./86f72b71-b09c-4a2b-8cdc-a8615cac299f_sailormoonglitter1.gif);
    background-repeat: no-repeat;
    background-size: cover;
  height: 937px;
}
.surprise{
    justify-content: center;
}
img{
  width: 400px;
  margin-left: 400px;
  border-radius: 6px;
  align-items: center;
  margin-top: 200px;
}

#gift{
    color: purple;
    font-size: 50px;
    font-family: Edwardian Script ITC;
    font-weight: bold;
    margin-top: 55px;
   
}
#btn{
  margin-left: 550px;
  margin-top: 100px;
    color: purple;
    font-size: 18px;
    background-color: transparent;
    border: 2px dashed purple;
    border-radius: 3px;
    padding: 12px;
}