* {
    background: whitesmoke;
}

.ui-nowrap {
    width: 100%;
    text-align: start;
}

.ui-list-info {
    background: white;
}

.ui-list-info:active {
    background-color: whitesmoke;
    opacity: 0.8;
    color: whitesmoke;
}

.ui-nowrap {
    color: black;
    background: white;
}

.ui-nowrap:active {
    background-color: whitesmoke;
    opacity: 0.8;
}

li {
    color: black;
    background: white;
}

li:active {
    opacity: 0.8;
}

p {
    background: white;
    color: red;
    text-indent: 2em;
    padding-left: 5px;
    padding-right: 5px;
}

.vivo {
    background: white;
    padding-left: 10px;
    padding-right: 10px;
}

img {
    width: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}