ViewExplainer {
flex-direction: column;
justify-content: center;
text-align: center;
align-items: stretch;
.inner {
background-color: #000d;
border: 3px solid #444;
gap: 0px;
flex-direction: column;
justify-content: center;
align-items: stretch;
padding: 25px;
}
.explain {
justify-content: center;
align-items: stretch;
}
}