body, html {
    max-width: 100%;
    overflow-x: hidden;
}
.oculto{
    display: none;
}

.impar{
    background-color: aqua !important;
}
textarea{
    resize: none;
}