body {
 background-color: #FDFD96;
}

a {
 color: #b8860b;
}
li {
 border: solid 3px orange;
 width: 260px;
 margin-bottom: 6px;
 border-radius: 0 8px 8px 0;
}

.listras {
 background-color: #ffdb58;
 height: 9999px;
 position: absolute;
 top: -30px;
 Z-index: -10;
 width: 50px;
}

.adicionais {
 border: solid 3px orange;
 width: 160px;
 margin-bottom: 6px;
 border-radius: 0 8px 8px 0;
}
