body {
    overflow: hidden;
    background-color: rgb(54, 54, 54);
    color: white;
}

#lable {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 250%;
    margin-top: 15%;
}

#yes {
    background-color: green;
    left: 720px;
    top: 375px;
    width: 150px;
    height: 50px;
    position: absolute;
    text-align: center;
    font-size: 300%;
    border-radius: 15px;
    padding: 15px
}

#no {
    background-color: red;
    left: 1020px;
    top: 375px;
    width: 150px;
    height: 50px;
    position: absolute;
    font-size: 300%;
    text-align: center;
    border-radius: 15px;
    padding: 15px;
}

#confetti-100 {
    position: absolute;
    top: 0%;
    z-index: 7;
}
#happycat-30 {
    position: absolute;
    top: 35%;
    z-index: 8;
}

.apperonyes {
    width:0%;
}