body{
    background-color: rgb(10, 10, 10);
    background-image: url('images/smokey.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}
#container{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;

    color:aliceblue;
   
}
h1{
    font-size: 60px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-shadow: 10px 2px 2px black;
    padding-top: 2.5rem;
  
}

#question{
font-size: 40px;
text-align: center;
text-shadow: 10px 2px 2px black;
background-color: black;
border-radius: 20px;

}
#userQuestion{
    margin:20px;
    padding:10px;
    font-size: 30px;
    width:80%;
}
button{
    font-size: 30px;
}
#answer{
    font-size: 30px;
    margin: 20px;
    text-shadow: 10px 2px 2px black;
    background-color: black;
    border-radius: 20px;
    text-align: center;

}
#image{
    margin:30px;
}