body {
    background: linear-gradient(to right, #222222, #2c2c2c);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
textarea,
label,
.text {
    color: rgb(211, 211, 211);
    /* text */
}

textarea {
    background: #2c2c2c;
}

input,
select {
    color: white;
    background: transparent;
}

select option {
    background: rgb(29, 29, 29);
    color: white;
}

button {
    background: #2c2c2c;
    color: white;
}