*{
    margin: 0;
    font-family: "Itim", cursive;
}
#container {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: pink; 
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    /* height: 1080px;
    width: 1920px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
*{
    padding:0;
    margin: 0;
    box-sizing: border-box;

}
button {
    font-size: 18px;
    padding: 10px 20px;
    margin: 10px;
    width: 15%;
    height: 65%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.yesbtn:hover{
    background-color: #37be37;
    transition: .25s;
}

#noButton {
    position: relative;
}
#noButton:hover{
    opacity: 0;
    transition: 0.1s;
    cursor: default;
}

#wellwellwell {
    margin-top: 20px;
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}