html {
    overflow: scroll;
    overflow-x: hidden;
    }
    ::-webkit-scrollbar {
    width: 0; /* remove scrollbar space */
    background: transparent; /* to make scrollbar invisible */
    }
    ::-webkit-scrollbar-thumb {
    background: transparent;
    }

    ::selection {
        /* Change highlight background color */
        background: #6a3c1e;
        /* Change highlight text color */
        color: #FFFFFF;
        }

body {
    background-image: url('https://dl.glitter-graphics.com/pub/3134/3134279rz5gtrguou.gif');
    background-attachment: fixed;
    background-repeat: repeat;
    font-family:'yipes';
}

* {
    cursor: url('https://cdn.cursors-4u.net/previews/biten-chocolate-bar-b90e162a-32.webp') 32 32, auto !important;
  }

  @font-face {
    font-family:'yipes';
    src: url(https://dl.dropbox.com/s/qrdm3wived8sm66/Yipes.ttf);
    }
        @font-face {
            src: url(https://dl.dropbox.com/s/96st2g32e05zhr1/Wonder%20Magic.ttf);
            font-family: wondermagic;
            }
            @font-face {
                font-family: emotes;
                src: url(https://dl.dropbox.com/s/dnn0u5r2h1h6q87/Emot-WyKVV.ttf?dl=0);
                }          

.main {
    width: 950px;
    height: 650px;
    margin-top: 1.5rem;
    margin-left: 1.5rem;
}

.top {
    border-radius: 15px 15px 0px 0px;
    border: 1px solid black;
    background: white;
    padding-top: 5px;
    padding-bottom: 11px;
    padding-right: 5px;
    box-sizing: border-box;
    width: 100%;
    text-align: right;
}

button {
    border-radius: 100%;
    margin-right: 5px;
    border: 1px solid black;
    padding: 5px;
}

.header {
    background-image: linear-gradient(to bottom, transparent 65%, white 35%), url('https://dl.dropbox.com/scl/fi/u122934gst7xsjqq31xk4/c540750b62433dc041c6131087f747cb.jpg?rlkey=r5pghisq5i2ji2bryu7qmglsi&st=4bbgka0d&dl=0.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding-top: 50px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: flex-end;
    font-size: 1.25em;
}

.stats {
    margin-left: auto;        
    text-align: right;        
}

.bulk {
    background: #ffe9c6;
    border-radius: 0px 0px 15px 15px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 15px;
    padding-left: 25px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    gap: 15px;
}

.left {
    flex: 0 0 30%;
    vertical-align: top;
}

.right {
    flex: 0 0 60%; 
}

.imagemask {
    background-image: url("https://dl.glitter-graphics.com/pub/3366/3366591s7qih3b55p.jpg");
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3em;
    font-weight:bold;
    width:fit-content;
    filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black);
    font-family: wondermagic;
    }

.intro-outer {
    border-width:7px;
    border-style:solid;
    border-image: url("https://foollovers.com/mat/baf/food/fo32-008-a.gif") 7 fill round;    
    padding: 10px;
    box-sizing: border-box;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.intro-inner {
    overflow-y: scroll;
    height: 117px;
    padding: 5px;
    box-sizing: border-box;
    background: white;
    border: 1px solid black;
}

mark{
    background-color:#ffdf24;
    border-radius: 100%;
}

emote {
    font-family: emotes;
}

.intro-inner a {
    font-style:italic;
    text-decoration-style: dotted;
    color: black;
    box-shadow: inset 0 0 0 0 #ff7597; 
   -webkit-transition: all ease 0.5s; 
   -moz-transition: all ease 0.5s; transition: all ease 0.5s;
  }

  .intro-inner a:hover {
    text-decoration-line: none;
    box-shadow: inset 0 50px 0 0 #ff7597; 
    color: white;
  }

  .flex {
    display: flex;
  }

  .menu {
    background: white;
    border: 5px dotted #d68a1a;
    text-align: center;
  }