.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:  2rem;
}

button {
    background-color: red;
    color: white;
    border: none;
    padding:  1rem  2rem;
    border-radius:  0.5rem;
    cursor: pointer;
    transition: all  0.3s ease-out;
}
/* change as needed */
#no-button {
    position: absolute;
    left:  40%; 
    bottom:  21.5%; 
}

#yes-button {
    margin-left:  2rem;
}
