a:hover {
    cursor: url("Images/cursor.cur"), auto;
}
* {
    box-sizing: border-box;
}

body {
    animation: scroll 60s linear infinite;
    background-image: url("Images/face_mesh_aqua.gif");
    background-size: 200px;
    font-family: "Patrick Hand", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;    
    color: #007921;
    cursor: url("Images/cursor.cur"), auto;
}

hr {
    height: 3px;
    background-color: #578d18;
    border:none;
}

#top {
      width:100%;
      height: 20px;
      position:fixed;
      right:px;
      top:0px;
      background:url("Images/divider6.png") repeat left top;
}
.wrap {
    border: 2px solid #00af81;
    border-radius: 25px;
    padding: 6px;
    max-width: 1300px;
    background-color: #edeefa;
    margin: 25px auto;
    box-shadow: 0px 0px 22px -2px rgba(162, 221, 155, 0.92);
    position: relative
}

#container {
    border: 2px solid #247b10;
    border-radius: 25px;
    display: grid;
    grid-template-columns: 20% 80%;
    background-color: #cfffc4;
    z-index: 2;
}

#header {
    border-radius: 25px 25px 0 0;    
    height: 250px;
    background-color: aquamarine;
    grid-row: 1;
    grid-column: 1 / 4;
    
    display: grid;
    grid-template-rows: 90%;
}

#left-sidebar {
    margin-top: 5px;
    grid-row: 2;
    grid-column: 1;
    padding: 5px;
}

#navigation {
    display: grid;
}

.category {
    text-align: center;
    background-color: #62be47;
    height: 50px;
    line-height: 1.8;
    font-family: "Cherry Bomb One", system-ui;
    font-size: x-large;
    color: white;
    border-radius: 9px 9px 0px 0px;
    border-left: 2px solid #389b4b;
    border-right: 2px solid #389b4b;
    border-top: 2px solid #389b4b;
    
}

#navigation a {
    text-align: center;
    text-decoration: none;
    color: #034b06
}

#right-sidebar {
    margin-top: 5px;
    grid-row: 2;
    grid-column: 3;
    padding: 5px;
    z-index: 2;
}

.button {
    margin: 5px auto;
    height: 40px;
    background-color: bisque;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #088b0d;
    border-radius: 5px;
    background: #8fffa7;
    background: linear-gradient(180deg,rgb(205, 255, 175) 0%, rgb(102, 198, 99) 100%);
    
}

#inner {
    grid-row: 2;
    grid-column: 2;
    grid-gap: 5px;
    display:grid;
    padding: 5px;
    margin-top: 5px;
    grid-template-rows: 300px 250px;
    grid-template-columns: 33% 33% 33%
}

#footer {
    background: #94e396;
background: linear-gradient(0deg, rgba(148, 227, 150, 1) 0%, rgba(255, 255, 255, 1) 60%);
    
    grid-row: 3;
    grid-column: 1 / 4;
    border-radius: 0 0 25px 25px;
    height: 25px
}

#banner {
    background-image: url("Images/banner%204.jpg");
    grid-row: 1;
    border-radius: 25px 25px 0 0;
    background-repeat: no-repeat;
    position: relative;
}

#gumi {
    z-index: 2;
    position: absolute;
    top: -21px;
    right: -117px;
}

#logo {
    z-index: 1;
    position: absolute;
    top: 100px;
    right: 237px;
}

#nav {
    background: #94e396;
background: linear-gradient(0deg, rgba(148, 227, 150, 1) 0%, rgba(255, 255, 255, 1) 60%);
grid-row: 2;
    z-index: 2;
}

.intro {
    background-color: #ffffff;
    grid-row: 1;
    height: 100%;
    padding: 10px;
    overflow: auto;
    border-radius: 9px;
    border: 2px solid #389b4b;
}

.intro p {
    margin: 4px
}

.lower {
    background-color: #ffffff;
    grid-row: 2;
    grid-column: 1 / 4;
    padding: 10px;
    overflow: auto;
    border-radius: 9px;
    border: 2px solid #389b4b;
}

#interests {
    grid-column: 1 / 3;
    grid-row: 2;
    height: 100%;
    display:grid;
    grid-template-columns: 70% 30%;
}

#likes {
    padding: 10px;
    background-color: #ffffff;
    overflow: auto;
    border-radius: 9px;
    border: 2px solid #389b4b;
    margin-right: 2.5px
}
#socials {
    padding: 10px;
    background-color: #ffffff;
    overflow: auto;
    border-radius: 9px;
    border: 2px solid #389b4b;
    margin-left: 2.5px
}

.blinkie {
    max-width: 278px
}

#changelog {
    background-color: #fcfcfc;
    height:150px;
    overflow: auto;
    margin-bottom: 5px;
    border-left: 2px solid #389b4b;
    border-right: 2px solid #389b4b;
    border-bottom: 2px solid #389b4b;
    padding: 10px;
}

#frontcontainer {
    grid-row: 2;
    grid-column: 1;
}

#featuredpic {
    background-image: url("Images/Featured%20pic.jpg");
    background-size: 100%; 
    grid-row: 2;
    border-radius: 9px;
    border: 2px solid #389b4b;
    background-repeat: no-repeat;
}

#webrings {
    overflow: auto;
    background-color: #f7f7f7;
    margin-bottom: 5px;
    border-left: 2px solid #389b4b;
    border-right: 2px solid #389b4b;
    border-bottom: 2px solid #389b4b;
    border-radius: 0px 0px 9px 9px;
}

#linkme {
    background-color: #ffffff;
    height:200px;
    margin-bottom: 5px;
    border-left: 2px solid #389b4b;
    border-right: 2px solid #389b4b;
    border-bottom: 2px solid #389b4b;
    border-radius: 0px 0px 9px 9px;
}

.title {
    background-color: #7bad4a;
    text-align: center;
    padding: 2px;
    margin: 0;
    overflow: auto;
    color: white;
    border-radius: 9px;
    margin-bottom: 5px
}

.subtitle {
    background-color: #97c46b;
    margin: 0;                                                                      
    overflow: auto;
    color: white;
    border-radius: 9px;
    width:fit-content;
    padding: 4px
}


#stamps {
    background-color: #ffffff;
    margin-bottom: 5px;
    padding-top: 4px;
    height: 65px;
    border: 2px solid #389b4b;
    border-radius: 9px;
    display:flex;
    overflow:hidden;
    gap: 1rem;
    user-select: none;
}

.track {
    flex-shrink: 0;
    display:flex;
    justify-content: space-around;
    min-width: 100%;
    gap: 1 rem;
}

@keyframes track {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem)); /* match 1 rem to gap above */
  }
}

.scroll {
  animation: track 10s linear infinite;
}

#chat {
    background-image: url("Images/text.gif");
    background-color: azure;
    height: 334px;
    border-left: 2px solid #389b4b;
    border-right: 2px solid #389b4b;
    border-bottom: 2px solid #389b4b;
    border-radius: 0px 0px 9px 9px
}

#links {
    margin-bottom: 5px;
    background-color: #ffffff;
    border-radius: 0px 0px 9px 9px;
    border-left: 2px solid #389b4b;
    border-right: 2px solid #389b4b;
    border-bottom: 2px solid #389b4b;
}

.highlight {
    background-color: #c5fa90;
}

/* Music player CSS */

    #musicplayer{
        background:white; /* background color of player */
        border:2px solid #389b4b; /* border around player */
        width:245px; /* width of the player */
        border-radius: 9px;
    }

    .songtitle{
        padding:5px; /* padding around song title */
        border-bottom:2px solid #007921; /* border under song title */
        display:block;
    }

    .controls{
        font-size:18px !important; /* size of controls */
        background-color:#ffffff; /* background color of controls */
        text-align:center;
        width:100%;
    }

    .controls td{
        padding:8px 5px 0px 5px; /* padding around controls */
    }

    .seeking{
        background-color:#ffffff; /* background color of seeking bar */
        display:flex;
        justify-content: space-evenly;
        padding:5px; /* padding around seeking bar */
        border-radius: 9px;
    }

    .current-time{
        padding-right:5px;
    }

    .total-duration{
        padding-left:5px;
    }

    i.fas:hover{
        cursor:help;
    }

    i.fas.fa-pause, i.fas.fa-play, i.fas.fa-forward, i.fas.fa-backward{
        color:#389b4b; /* color of controls */
    }
    
    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        background-color:#ffffff; /* background color of seeking bar - make the color same as .seeking background color */
    }
    
    input[type=range]:focus {
        outline: none;
    }
    
    /* settings for chrome browsers */
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px; /* thickness of seeking track */
        cursor: help;
        background: #389b4b; /* color of seeking track */
    }
    
    input[type=range]::-webkit-slider-thumb {
        height: 10px; /* height of seeking square */
        width: 10px; /* width of seeking square */
        border-radius: 0px; /* change to 5px if you want a circle seeker */
        background: #389b4b; /* color of seeker square */
        cursor: help;
        -webkit-appearance: none;
        margin-top: -4.5px; 
    }
    
    /* settings for firefox browsers */
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 2px; /* thickness of seeking track */
        cursor: help;
        background: #389b4b; /* color of seeking track */
    }
    
    input[type=range]::-moz-range-thumb {
        height: 10px; /* height of seeking square */
        width: 10px; /* width of seeking square */
        border-radius: 0px; /* change to 5px if you want a circle seeker */
        background: #389b4b; /* color of seeker square */
        cursor: help;
        border:none;
    }