body{
    background-image: url(./86f72b71-b09c-4a2b-8cdc-a8615cac299f_sailormoonglitter1.gif);
    background-repeat: no-repeat;
    background-size: cover;
  height: 937px;
}
img{
    width: 300px;
    filter: grayscale();
    border-radius: 5%;
}
.container{
    display: flex;
    justify-content: center;
    margin-top: 200px;
}
.wish{
   background-color: rgba(254, 69, 223, 0.228);
   border-radius: 5%;
   text-align: center;
   margin-left: 20px;
   padding: 100px;
}
h1{
   color: rgb(113, 3, 113);
   font-size: 50px;
   font-family: Gabriola;
}
b{
    color: darkmagenta;
    font-size: 20px;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   
}
p{
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h3{
    margin-top: 55px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
img:hover{
    filter: none;
}
#btn{
    margin-top: 50px;
    color: purple;
    font-size: 18px;
    background-color: transparent;
    border: 2px dashed purple;
    border-radius: 3px;
    padding: 12px;
    
}
