html, body {
    box-sizing: border-box;
    shape-rendering: crispEdges;
    background-image: url("https://i.pinimg.com/736x/ae/26/f1/ae26f1a4e56b8bea82c5aaf56af5637c.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Arial', sans-serif;
    font-size: 2em;
    color: #000000;
    border: 2px solid #000000;
    background: linear-gradient(180deg, 
        #c2c2c2,
        #ffffff 33%,
        #747474
    );
    padding: 10px 20px;
    margin-bottom: 20px;
    shape-rendering: crispEdges;
    display: inline-block;
    box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.6);
}

h1:nth-of-type(2) {
    font-family: 'Arial', sans-serif;
    font-size: 2em;
    color: #000000;
    border: 2px solid #000000;
    background: linear-gradient(180deg, 
        #d0d0d0,
        #ffffff 33%,
        #828282
    );
    background-blend-mode: normal, constant, normal;
    padding: 10px 20px;
    margin-bottom: 20px;
    shape-rendering: crispEdges;
    display: inline-block;
    box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.6);
}

.navigation {
    width: 168px;
    margin: 50px 250px;
    padding: 16px;
    height: 400px;
    position: fixed;
    border-image-slice: 29 24 24 29 fill;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("https://itzfroggi22.neocities.org/Fruti-box.png");
    border-style: solid;
    backdrop-filter: blur(3px); /* Adjust blur strength as needed */
    box-shadow: 5px 15px 30px 5px rgb(0, 0, 0);
}

.main-content {
    flex: 1;
    margin-left: 500px;
    margin-right: 220px;
    width: 1000px;
    margin-top: 90px;  /* Added this line to lower the content */
    padding: 20px;
    border-image-slice: 29 24 24 29 fill;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("https://itzfroggi22.neocities.org/Fruti-box.png");
    border-style: solid;
    backdrop-filter: blur(3px); /* Adjust blur strength as needed */
    box-shadow: 5px 15px 30px 5px rgb(0, 0, 0);
}

.right-section {
    margin-left: auto;
    width: 200px;
    border: 2px solid #000000;
    border-style: solid;
    background: linear-gradient(180deg, #d0d0d0, #a0a0a0, #707070);
    position: fixed;
    right: 20px;
    top: 20px;
    bottom: 20px;
    box-sizing: border-box;
    shape-rendering: crispEdges;
    box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.6);
}

/* Remove the .special-box classes since we're not using them anymore */
.special-box, p.special-box {
    display: none;
    
}

.special-box {
    flex: auto;
    padding: 27px;
    width: -90px;
    margin: 0px 0;
    color: rgb(0, 0, 0);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-image-slice:
    27 27 27 27 fill;
    border-image-width:
    20px 20px 20px 20px;
    border-image-outset:
    0px 0px 0px 0px;
    border-image-repeat:
    stretch stretch;
    border-image-source:
    url("https://i.pinimg.com/1200x/82/80/d4/8280d459ac45072952a6132e31399856.jpg");
border-style:
solid;
        
    }
    

.special-box-2 {
    flex: auto;
    padding: 27px;
    width: -90px;
    margin: 0px 0;
    color: white;
    shape-rendering: crispEdges;
    border-image-slice:
    40 40 40 40 fill;
    border-image-width:
    20px 20px 20px 20px;
    border-image-outset:
    0px 0px 0px 0px;
    border-image-repeat:
    stretch stretch;
    border-image-source:
    url("https://itzfroggi22.neocities.org/Sub_Fruti.png");
    border-style:
    solid;
    box-shadow: 0px 7px 10px 0.4px rgb(0, 0, 0, 50%);
    
}

p.special-box {
    display: block;
    
}
