* {
    margin: 0;
    /*padding: 0;*/
    border: none; 
}
html,body { height: 100%; font-size: 15px; overflow: hidden; }
body{
    background-color: #fff;
    width: 100%;
    font-family: 'Righteous', cursive;
    overflow: hidden;
}
img {
    width: 100%;
    height: 100%;
    max-width: fit-content;
    max-height: fit-content;
}
pre, 
input {
    width: 100%;
    justify-content: center;
    min-width: 100%;
    box-sizing: border-box;
    overflow: auto;
    padding: 5px;
}
code {
    display: inline-block;
}
label {
    box-shadow: 1px 1px 5px;
}
.js-copy-btn{
    padding: 5px;
    box-shadow: 1px 1px 5px;
    margin-bottom: 10px;
}
div.soma {
    height: 100%;
    background-color: #80aaaa;
}
.carousel-x-item{
    padding: 5%;
    box-sizing: border-box;
}

.carousel-z-item:nth-of-type(2) {
    padding: 5%;
    box-sizing: border-box;
}
.carousel-x-item h1 {
    font-size: 6vmin;
}
#user-data {
    font-size: 10vmin;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #323232;
    text-align: center;
}
#user-data h1 span {
    color: #afaf00;
}
#user-data p {
    font-size: 3vmin;
    display: block;
    /*position: fixed;*/
    /*top: 57%;*/
    color: #fff;
}
.carousel-y input:nth-of-type(1):checked ~ .carousel-y-indicator label:nth-of-type(1)::after {
    color: #afaf00;
}

#Apps section:nth-child( 2n + 1 ){
    background-color: #aaaa80;
}
#Config section:nth-child( 2n + 3 ){
    background-color: #80aa80;
}

.carousel-y-indicator  {
    top: unset;
    bottom: 4%;
}
.content {
    width: 100%;
    height: 80%;
    border-radius: 0px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    overflow: auto;
    line-height: 2;
    overflow-wrap: break-word;
    background-color: #FFFFFF22;
}

.snippet-clipboard-content {
    display: flex ;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: #ccc;
    padding: 5px;
}

