body {
    background: url('../images/background.jpg');
    color:white;
}
header {
    font-size: 40px;
    font-family:'Pacifico', serif;
    color: 8D63AB ;
    font-weight: bold;
    text-align: center;
}
.container {
    margin-top: 50px;
   align-items: center;
    display: flex; 
    justify-content: center;
    background-color: rgba(195, 155, 197, 0.808);
    height: 440px;
    width: 620px;
 font-family: 'Pacifico',serif;
 text-align: center;
}

.btn-primary {
    background-color: lavender;
    color: white;
    font-family: 'Pacifico', serif;
    font-size: 35px;
    padding: 20px;
    margin-top: 100px;
}



#message, #endingmessage {
    font-family: 'Pacifico', serif;
}
.thisChoice:hover {
    background-color: turquoise;
    color: white;
    padding:  10px;
}

#gif {
    margin:30px;
}

