            @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;
            }
html {
    font-size: 15px;
}
body {
    background-color: #fff;
    background-repeat: repeat;
    color: #2e0614;
    font-family: 'Nunito';
    text-align: left;
    padding: 3px 0 0 0;
    height: 650px;
    width:630px;
    overflow: hidden;
    scrollbar-width: thin; 
}
a {
    text-decoration: none;
    color: #a00f3c;
}
a:hover {
    color: #ffa1ab;
    transition: 0.6s;
}
.tabcontent {
  padding: 0;
  height: auto;
}
p{
    font-family: 'nunito';
    margin: 2px 1px;
    font-size: 14px;
}
h1 {
    font-size: 24px;
    font-family:'nunito';
    filter: drop-shadow(1px 1px 0 #ffb9ba) drop-shadow(-1px 1px 0 #ffb9ba) drop-shadow(0 -1px 0 #ffb9ba) drop-shadow(1px 0 #ffb9ba);
    margin: 0;
    text-align: left;
    color: #ffffff;
}
h2 {
    font-size: 21px;
    font-family:'nunito';
    filter: drop-shadow(1px 1px 0 #ec6270) drop-shadow(-1px 1px 0 #ec6270) drop-shadow(0 -1px 0 #ec6270) drop-shadow(1px 0 #ec6270);
    margin: 0 1px -6px;
    text-align: left;
    color: #ffffff;
}
.flex-container{
    display: flex;
    justify-content: left;
}
.box {
    background: url(https://mimiland.neocities.org/image/bg/l08-bg-paper.gif);
    border:1px dashed #be8b8b;
    border-radius:5px;
    box-shadow:0 0 0 5px #f6d4d4;
    box-sizing:border-box;
    margin:15px 10px;
    padding:8px;
    width:600px;
}
.in{
    overflow: auto;
    max-height:107px;
    scrollbar-width: thin;
    background: rgba(255, 255, 255, 0.49);
}
.box2{
    width:430px;
    text-align: left;
    overflow: auto;
    scrollbar-width: thin;
}
.pic {
    width:150px;
    height:150px;
    margin-right: 5px;
    background: #fff;
    border-radius: 2px;
    box-shadow:0 0 3px #dd3648;
}