body {
    background-color: #FFD6E9;
}

.img-container {
    display: flex;
    justify-content: center;
    height: 500px;
    overflow: hidden;
    object-fit: fill;
    margin: 20px;
}

button {
    border: 3px solid black;
    padding: 5px;
    border-radius: 10px;
    font-size: 30px;
    margin-left: 10px;
}

.btn-container {
    display: flex;
    justify-content: center;
}

.Yes {
    background-color: green;
    color: white;
    font-size: 30px;
}

.No {
    background-color: red;
}

video {
    display: none;
}