body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #5fa0f5, #7c31ff);
    font-family: Arial, sans-serif;
}

.card {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    width: 320px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    margin-left: 20px;
}

.card h1 {
    color: white;
    font-size: 25px;
    margin-bottom: 30px;
}

.buttons a {
width: ;
display: block;
text-align: center;
padding: 15px;
margin: 10px;
border: none;
border-radius: 8px;
font-size: 20px;
color: white;
cursor: pointer;
text-decoration: none;
}


a.yes {
background-color: #28a745;
}


a.no {
background-color: #dc3545;
}