            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
                font-weight: bold;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
            }

body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: repeat;
    color: #24143e;
}

* {
    box-sizing: border-box;
}
.tabcontent {
    padding:0;
}
h1,
h2,
h3 {
    color: #9b78d3;
}

h1 {
    font-size: 25px;
}
h2{
    margin:0;
    
}
h3 {
    margin:5px 0 5px 0;
}
.txt{
    font-size: 25px;
    filter: drop-shadow(1px 1px 0 #bfa4ea) drop-shadow(-1px 1px 0 #bfa4ea) drop-shadow(0 -1px 0 #bfa4ea) drop-shadow(1px 0 #bfa4ea);
    border-bottom: 1px solid #fff;
    margin: 0;
    text-align: left;
    color: #ffffff;
}
.gradient-text {
    background: linear-gradient(90deg,rgba(245, 162, 61, 1) 0%, rgba(255, 64, 64, 1) 30%, rgba(83, 234, 237, 1) 65%, rgba(232, 206, 35, 1) 100%); /* Red to Blue gradient */
        -webkit-background-clip: text; 
        background-clip: text;
        -webkit-text-fill-color: transparent; 
        color: transparent;
}
.box1{
    background: url(https://mimiland.neocities.org/image/bg/x10-bg-checked.gif);
    border-radius:10px;
    margin:10px 6px 10px;
    padding:9px;
    width:auto;
}
.box1-inner{
    background:#fff;
    border-radius:10px;
    padding:11px;
}
.box2 {
    background: url(https://mimiland.neocities.org/image/bg/x10-bg-checked.gif);
    border-radius:10px;
    margin:10px 6px 10px;
    padding:9px;
    width:auto;
    max-height: 580px;
}
.box2-inner{
    background:#fff;
    border-radius:10px;
    padding:11px;
    height:560px;
    overflow: auto;
    scrollbar-width: thin;
}