body{
    display: flex;
    justify-content: center;
    align-items: center;
    background:
     url(./couple-3581038_1280.jpg)
     center/ cover no-repeat fixed;
     font: 1rem/1.618 Inter, sans-serif;
}
form{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    height: 200px;
    padding: 35px;
    font-size: 15px;
    /* color: #4e4e4e; */
    border: 1px solid rgb(78, 78, 78);
    border-radius: 20px;
    background-color: rgba(113, 102, 102, 0.37);
    box-shadow: 0 0 10px ;
}
.button{
    display: flex;
    margin-top: 10px;
}
input[type = "submit"] {
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    border: none;
    width: 100px;
}
#no{
    background-color: rgb(254, 65, 65);
    color: #fff;
}
#yes{
    background-color: rgb(65, 254, 97);
    color: #fff;
    
}