/*text box style for specific text boxes*/
            #n1 {
                color:rgb(255, 248, 210);
                background-image:linear-gradient(to right, transparent, rgb(0, 0, 46) , transparent);
                border-image-slice: 17 10 13 17;
                border-image-width: 20px 20px 20px 20px;
                border-image-outset: 6 0px 17px 0px;
                border-image-repeat: stretch round;
                border-image-source: url("https://64.media.tumblr.com/32cfa183c97acacc57307cfc3fae3e94/a800aae1f9baf2af-d6/s400x600/7816886f6ef1d3624b1229cbcaa30fa812491088.webp");
                border-style: solid;
                margin-top: 10%;
                margin-bottom: 10%;
                background-color: color-mix(in srgb, color percentage, color percentage);
            }
            #n2 { color: rgb(0, 0, 85);
                background-image:linear-gradient(to right, transparent, rgb(233, 211, 85) , transparent);
                border-image-slice: 17 10 13 17;
                border-image-width: 20px 20px 20px 20px;
                border-image-outset: 6 0px 17px 0px;
                border-image-repeat: stretch round;
                border-image-source: url("https://64.media.tumblr.com/32cfa183c97acacc57307cfc3fae3e94/a800aae1f9baf2af-d6/s400x600/7816886f6ef1d3624b1229cbcaa30fa812491088.webp");
                border-style: solid;
                margin-top: 10%;
                margin-bottom: 10%;
                background-color: color-mix(in srgb, color percentage, color percentage);
            }
            #nb1{ background-image:linear-gradient(to right, transparent, rgb(0, 0, 46) , transparent);}
            #nb2{ background-image:linear-gradient(to right, transparent, rgb(233, 211, 85) , transparent);}
            #textest {
                background-image: url("https://64.media.tumblr.com/763737511cf0131561347906cf5e42e6/7f24ed6a348b5204-3e/s500x750/d131f1e788b220e8e88c7eed35af49f532b145bb.pnj");
                background-size:cover;
                background-position: center;
                color: #13092D;
            }