button#yes {
    display: block;
    min-width: 50%;
    padding: 2rem;
    margin: 0 auto;

    font-size: 2rem;
    font-weight: 600;

    background: #86efac;
    color: #15803d;
    border-color: #15803d;
}

button#no {
    position: fixed;
    overflow: hidden;
    padding: 1rem;
    width: 10rem;
    max-width: 40%;
    
    font-size: 1rem;
    font-weight: 400;

    background: #d6d3d1;
    color: #57534e;
    border-color: #57534e;
}


header>:nth-child(1) {
    margin-left: -20rem;
}

header>:nth-child(3) {
    margin-left:  20rem;
}

header.valentina .a {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}