@font-face {
    font-family: 'Copperplate';
    src: url('/fonts/VNPxCopperplate.woff');
}

@font-face {
    font-family: 'Copperplate';
    src: url('/fonts/VNPxCopperplate.woff');
}

@font-face {
    font-family: 'basiic';
    src: url('/fonts/basiic.woff');
}

body {
    background-image: url(/images/home/bg01.png);
    color: #ED8787;
}


.container {  
    border-image: url(/images/home/bgborder.gif) 7 fill round;
    border-style: solid transparent; 
    border-width: 7px;
    overflow: visible;
    margin: auto;
    border-image-repeat: repeat round;
    background-color: transparent; 
    border-style: solid;
    white-space: normal;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas: "main";
    width: 60em; 
}

.main {  display: grid;
    grid-template-columns: 0.7fr 1.6fr 0.7fr;
    grid-template-rows: 1.1fr 0.5fr 1.4fr 1.6fr 0.5fr 2.1fr 0.5fr 0.1fr;
    gap: 5px 5px;
    grid-auto-flow: row;
    grid-template-areas:
    "header header header"
    "deco1 deco1 deco1"
    "status intro nav"
    "to-do intro nav"
    "deco2 deco2 deco2"
    "sidecontent bottomcontent bottomcontent"
    "deco3 deco3 deco3"
    "footer footer footer";
    grid-area: main;
    margin-bottom: -5px
}

.header { 
    grid-area: header; 
    border: 1px solid black;
    background-color: pink;
    background-image: url(/images/home/header.jpg);
    background-size: cover;
    background-position-y: 40%;
    image-rendering: crisp-edges;
    border-radius: 20px 20px 0px 0px;
    overflow: visible;
    position: relative;
}

.deco1 { 
    grid-area: deco1;
    border: 1px solid black;
    background-image: url(/images/home/decobg.gif);
    image-rendering: crisp-edges;
    background-color: lightcyan;
}

.nav { 
    grid-area: nav; 
    border: 1px solid black;
    font-family: basiic;
    text-align: center;
   
}

.intro { 
    grid-area: intro; 
    border: 1px solid black;
    padding: 0px 10px;
    text-align: justify;
    overflow: hidden;
}

.status { 
    grid-area: status; 
    border: 1px solid black;
    background-image: url(/images/home/lacebordertop.gif);
    background-repeat: repeat-x;
    padding-top:40px;
    overflow: auto;
}

.to-do {
    grid-area: to-do; 
    border: 1px solid black;
    background-image: url(/images/home/lacebordertop.gif);
    background-repeat: repeat-x;
    padding: 40px 20px 10px 20px;
}

.deco2 { 
    grid-area: deco2; 
    border: 1px solid black;
    background-image: url(/images/home/decobg.gif);
    image-rendering: crisp-edges;
    background-color: lightcyan;
}

.footer { 
    grid-area: footer; 
    margin-top: -10px;
    text-align: center
}

.deco3 { 
    grid-area: deco3; 
    border: 1px solid black;
    background-image: url(/images/home/decobg.gif);
    image-rendering: crisp-edges;
    background-color: lightcyan;
    border-radius: 0px 0px 20px 20px
}

.bottomcontent { 
    grid-area: bottomcontent; 
    border: 1px solid black;
    overflow: scroll;
    padding: 5px 10px;
    text-align: center;
    height: 15em;
    align-items: center;
    align-content: center;
}

.sidecontent { 
    grid-area: sidecontent; 
    border: 1px solid black;
    text-align: center
}

.title {
    font-family: "Copperplate";
    color: #ED8787;
    font-size: 90px;
    position: absolute;
    margin-top: 55px;
    -webkit-text-stroke: 5px white;
    paint-order: stroke fill;
    text-shadow: 2px 2px 8px #000000;
}

.bunnybullet {
    margin-top: 1px;
    margin-bottom: -15px;
}

h3 {
    border: 1px solid #ed8787;
    border-radius: 20px;
    width: 90%;
    text-align: center;
    margin: 10px;
    padding: 1px;
    background-color: #ffc8c8;
    color: white;
    -webkit-text-stroke: 3px #ED8787;
    paint-order: stroke fill;
}

h1 {
    color: #ffc8c8;
    -webkit-text-stroke: 5px #ED8787;
    paint-order: stroke fill;
    font-family: Copperplate;
    margin: auto;
    font-size: 40px;
}

a:link {
  text-decoration: none;
    
}

#statuscafe {
    padding: 1em;
    font-family: "basiic";
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

p {
    font-family: basiic;
}

li {
    font-family: basiic;
}

.tamanotchi {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.tamanotchi:hover {
    transform: scale(2);
}

.babs {
    float: right;
    width: 38%;
    height: 95%;
    margin: 5px -5px;
    margin-left: 10px;
    background-image: url(/images/home/babs.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: high-quality;
}

.babs:hover {
    transform: scaleX(-1)
}

.yumering {
    display:flex;
    box-sizing:border-box;
    gap:10px;
    justify-content:center;
    align-items:center;
    padding: 10px;
    height: 110px; width: 300px; /*edit this if necessary, but it might change/alter the way the div looks unless you edit the rest of the elements accordingly*/
    /*feel free to edit the stuff after this*/
    border-radius: 5px;
    border: 1px solid black;
    font-smooth:never;
    -webkit-font-smoothing:none;
    background: linear-gradient(to bottom, transparent, white), url('https://files.catbox.moe/dbv9b2.gif');
    background-size: 100px;
    margin: auto;
}

.yumering #img {
    width: 90px; height: 90px;
    background-image: url('/images/tenna/tennaicon.png'); /*IMPORTANT!! REPLACE THIS WITH YOUR FAV!*/
    border:1px solid black;
    border-radius: 2px;
    background-size:cover;
    background-position:center;
}

.yumering #inbox {
    width: 190px;
    font-size:15px;
}