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-top: 5px;
    margin-bottom: 5px;
}
h1 {
    font-size: 21px;
    font-family:'Candara';
    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: 5px;
    text-align: left;
    color: #ffffff;
}
h2 {
    font-size: 20px;
    font-family:'Candara';
    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;
}
h3 {
    font-size: 19px;
    font-family:'Candara';
    filter: drop-shadow(1px 1px 0 #ffa1ab) drop-shadow(-1px 1px 0 #ffa1ab) drop-shadow(0 -1px 0 #ffa1ab) drop-shadow(1px 0 #ffa1ab);
    margin: 0;
    text-align: left;
    color: #ffffff;
}
h4 {
    font-size: 16px;
    font-family:'Candara';
    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: 5px;
    text-align: center;
    color: #ffffff;
}
hr {
    margin: 1px;
    border: 1px dotted #bbb;
}
.flex-container{
    display: flex;
    justify-content: center;
}
.box2 {
    background: url(https://mimiland.neocities.org/image/bg/l08-bg-paper.gif);
    border:1px dashed #be8b8b;
    border-radius:10px;
    box-shadow:0 0 0 5px #f6d4d4;
    box-sizing:border-box;
    margin:15px 10px 15px;
    padding:5px;
    width:185px;
    text-align: center;
}
.box4{
    background: url(https://mimiland.neocities.org/image/bg/m01-bg-checked.gif);
    border-radius:10px;
    margin:10px 6px 10px;
    padding:9px;
    width:auto;
}
.box4-inner{
    background:#fff;
    border-radius:10px;
    padding:11px
}
audio {
    background-image: url(https://mimiland.neocities.org/image/bg/l07-bg-star.gif);
    background-repeat: repeat; 
    background-attachment: fixed; 
    border:1px solid #aa8585; 
    width:588px;
    height:25px;
    border-radius:30px;
    padding: 5px;
    margin-bottom: 10px;
}
.statuscafe {
    font-family:'Candara';
    font-size:15px;
    padding: 6px;
    width: 370px;
    height:60px;
    background: url(https://mimiland.neocities.org/image/bg/n01-bg-heart.gif);
    border: 1px solid #ffeaea;
    border-radius: 2px;
}
#statuscafe-inner {
    background:#fff;
    border:1px solid #e2e2e2;
    border-radius: 2px;
    padding:5px;
    height: 50px;
    overflow:auto;
    scrollbar-width: thin;
}
#statuscafe-username {
    margin-bottom: 2px;
}
#statuscafe-content {
    margin: 0;
    
}
.scrolling {
  animation: marquee 20s linear infinite;
  padding-right: 10px;
    display: inline-block;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to { 
    transform: translateX(-100%);
  }
}