/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

table {
    margin-bottom: 1rem;
}

td, th {
    border: 1px solid #ddd;
    padding: 0 .2em;
}

pre code {
    white-space: pre;
    word-wrap: normal;
}

code {
    color: #545454;
    background-color: #f5f5f5;
}

.home-carousel h1,
.home-carousel ul,
.home-carousel p,
.mermaid .label {
    text-transform: none;
}

.home-carousel .dark-mask {
  background: rgba(255, 255, 255, 0.4);
}

.home-carousel h1,
.home-carousel h2,
.home-carousel h3,
.home-carousel p,
.home-carousel ul {
  color: #000;
}