

#simButton {
    
    bottom: 80px;
    right: 70px;
    border: none;
    background: none;
    cursor: pointer;
}

#naoButton {
    position: absolute;
    border: none;
    background: none;
    cursor: pointer;
    transition: top 0.2s, left 0.2s;
}

#naoButton img {
    width: 150px;
    height: 50px;
}

