.message{
    text-align: center;
    align-items: center;
    font-family: 'Arial', sans-serif;
    
    margin-top: 12%;
    margin: 10%;
    padding: auto;
    
    border: transparent 2px solid;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);

}

p {
    color: #6e6262;  
}
.answer {
    
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5%;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
dotlottie-wc {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px
}
body {
    background-color: #ff91c8;
}
#yes{   
    background-color: #ff69b4;
}
#no{
    background-color: #f9dcecb5;
    position: absolute;
}