body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fffff;
    

}
.container{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* margin-top: 30vh; */
}

.yesBtn{
    background-color: rgb(0, 255, 76);
    border: none;
    padding: 10px 20px;
    margin: 10px;
    font-size: 25px;
    border-radius: 5px;
    cursor: pointer;
    height: 60px;
    width: 80px;
}

.noBtn{
    background-color: red;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    font-size: 25px;
    border-radius: 5px;
    cursor: pointer;
    height: 60px;
    width: 80px;
    
}

.button-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.gambar img{
    height: 300px;
    width: 300px;
    margin-top: 0px;
}

.yes {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#btn{
    font-weight: bold;
    box-shadow: 2px 2px 5px grey;
    color: white;
}

