.card{height:500px;width:500px;display:flex;flex-direction:column;justify-content:center;align-items:center}.card img{height:200px}.card h2{font-family:Courier New,Courier,monospace;font-size:30px;font-weight:900}.buttons{width:100%;max-width:500px;display:flex;align-items:center;justify-content:center;gap:10px}.yes{background-color:green;cursor:pointer}.No{background-color:red;position:relative;opacity:0}.Noo{background-color:red;cursor:pointer;position:absolute}button{height:50px;width:150px;border:none;outline:none;border-radius:10px;color:#fff;font-size:24px}.warning{font-size:2rem;text-align:center}body{height:100vh;width:100vw;max-width:1920px;display:grid;place-items:center;overflow:hidden}
