body{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-family: "Comic Sans MS";
    background-color: black;

}

.ri-lightbulb-fill{
    font-size: 300px;
    background-clip: text;
    -webkit-background-clip: text;
    color: white;

}
#btn{
    height: 50px;
    width: 90px;
    margin-top: 30px;
    border-radius: 30px;
}
img{
    height: 100px;
    width: 100px;
}
.text{
    font-size: 22px;
    color: red;
    display: none;
}
