#.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color:#d3f0e08a;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
}
#region-main {
overflow-x: auto;
overflow-y: visible;
background-color: #d3f0e08a;
}
#trailshadebox_content {
background: url(https://img.freepik.com/vetores-gratis/cena-da-natureza-com-floresta-e-trilha-para-caminhada_1308-46203.jpg);
border: solid 2px #a71e38;
min-height: 200px;
}
#page-my-index {
background-color:#d3f0e08a;
}