body {
    line-height: 1.0;
    min-height: var(--viewport-height);
    min-width: 320px;
    overflow-x: hidden;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: none
}

body:before {
    box-sizing: border-box;
    content: '';
    display: block;
    background-attachment: scroll;
    height: var(--background-height);
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    width: 100vw;
    z-index: -1;
    background-image: url('../images/showcase-plainbg.png?i=1');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-color: #FFFFFF;
}

:root {
    --background-height: 100vh;
    --site-language-alignment: left;
    --site-language-direction: ltr;
    --site-language-flex-alignment: flex-start;
    --site-language-indent-left: 1;
    --site-language-indent-right: 0;
    --viewport-height: 100vh;
}

.text01 {
    color: #CCCCCC;
    font-family: "Merriweather", monospace;
    font-size: 3em;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
}
.text01 a {
    text-decoration: none;
}

.text03 {
    color: #CCCCCC;
    font-family: "Merriweather", monospace;
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
}
.text04 {
    color: #CCCCCC;
    font-family: "Merriweather", monospace;
    font-size: 1.5em;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
}

.merriweather-regular {
    font-family: "Merriweather", monospace;
    font-weight: 400;
    font-style: normal;
}

.merriweather {
    font-family: "Merriweather", monospace;
}

.command-1 div {
    background-color: rgba(77, 66, 99, 0.60);
    /*background-color: #4d4263;*/
    color: #CCCCCC;
    padding: 2px;
}
.command-2 div {
    background-color: rgba(92, 78, 118, 0.60);
    /*background-color: #5c4e76;*/
    color: #CCCCCC;
    padding: 2px;
}

.credits {
    font-size: 1.1em;
    color: #CCCCCC;
}
.credits a {
    text-decoration: none;
    color: #7d7293;
}

.credits a:hover {
    text-decoration: underline;
}

.mable-logo {
    max-width: 40%;
    min-width: 350px;
}

.command-name {
    font-weight: 600;
    font-family: "Merriweather", monospace;
    font-size: 1.25em;
}

.command-description {
    font-weight: 400;
    font-family: "Merriweather", monospace;
    font-size: 1.25em;
}

.rounded-card {
    border-radius: 20px;
}
.ridge div {
    background-color: rgba(151, 164, 205, 0.60);
    border-radius: 20px 20px 0 0;
    padding: 2px;
}
.card-body-background div, .card-body-background{
    background-color: rgba(151, 164, 205, 0.60);
    color: #CCCCCC;
    border-radius: 0 0 20px 20px;
    padding: 8px 2px 2px 2px;
}

.carousel-rounded {
    border-radius: 20px 20px 0 0;
}