.lgpd {
    position: fixed;
    left: 300px;
    right: 300px;
    bottom: 40px;
    padding: 10px;
    background-color: cornflowerblue;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lgpd a {
    color: white;
}
.lgpd--left {
    color: white;
}

.lgpd button {
    background-color: green;
    border: 0px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    padding: 10px 30px;
}

.logout {
    position: fixed;
    left: 500px;
    right: 500px;
    top: 200px;
    padding: 10px;
    background-color: cornflowerblue;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logout button {
    background-color: green;
    border: 0px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    padding: 10px 30px;
}