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;
    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: 80% 20%;
    height: 120px
}

#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
}

.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 {
    padding: 5px;
    grid-template-rows: 40px 83%;
    margin-top: 5px
}

#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;
}

#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-column: 1 / 3;
    grid-row: 2;
    padding: 10px;
    overflow: auto;
    border-radius: 9px;
    border: 2px solid #389b4b;
    text-align: center;
}

#blogcontent {
    font-size: larger
}

.categoryinner {
    
    text-align: center;
    background-color: #62be47;
    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;
    grid-column: 1 / 3;
    grid-row: 1;
}

.title a {
    text-align: center;
    text-decoration: none;
    color: #ffffff
    
}

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

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

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

#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;
}
