body {
	background: url("https://background-tiles.com/overview/grey/textures/large/5019.png");
	font-family: "Garamond";
	color: #000000;
	font-size: 17px;
    text-shadow: 1px 1px 1px rgb(186, 186, 186);
}

* {
    scrollbar-width: thin;
    scrollbar-color: #000000 #818181;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #818181;
}

*::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.pagegallery {
    background: url("https://background-tiles.com/overview/mixed-colors/textures/large/5007.png");
	font-family: "Garamond";
	color: #000000;
	font-size: 17px;
    text-shadow: 1px 1px 1px rgb(186, 186, 186);
}

.header {
    background: url(https://background-tiles.com/overview/green/textures/large/5019.png);
    width: 1000px;
    height: fit-content;
    margin: auto;
    margin-top: -10px;
    display: flex;
}

.headergallery {
    background: url(https://background-tiles.com/overview/purple/textures/large/5015.png);
    width: 1300px;
    height: fit-content;
    margin: auto;
    margin-top: -10px;
    display: flex;
}

.headerdec1 {
    background: url(https://file.garden/ZjyJNcS1nDDehThG/859449.png);
    float: left;
    height: 100px;
    width: 100px;
    border-left: 3px double gray;
}

.headercenter {
    width: 800px;
    height: 100%;
}

.headercentergallery {
    width: 1100px;
    height: 100%;
}

.banner {
    background: url(https://file.garden/ZjyJNcS1nDDehThG/banner.png);
    height: 75px;
    width: 600px;
    margin-left: 100px;
    margin-top: 15px;
}

.bannergallery {
    background: url(https://file.garden/ZjyJNcS1nDDehThG/banner.png);
    height: 75px;
    width: 600px;
    margin-left: 250px;
    margin-top: 15px;
}

.headerdec2 {
    background: url(https://file.garden/ZjyJNcS1nDDehThG/8594491.png);
    float: right;
    height: 100px;
    width: 100px;
    border-right: 3px double gray;
}

.wrapper {
    width: 1000px;
    height: 100%;
    left: 50%;
    margin: 0 auto;
    margin-bottom: -10px;
}

.wrappergallery {
    width: 1300px;
    height: 100%;
    left: 50%;
    margin: 0 auto;
    margin-bottom: -10px;
}

.navs {
    background-color: black;
    width: 100% - 26px;
    padding: 10px;
    border: 3px double gray;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navs button {
    background: url("https://background-tiles.com/overview/grey/textures/large/5019.png");
    padding: 5px;
    border: 3px double gray;
}

.navs button a {
    color:#969340;
    font-family: "Garamond";
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px white;
}

.navs button:hover {
    background: url("https://file.garden/ZjyJNcS1nDDehThG/5023.png");
    padding: 5px;
    border: 3px double white;
    animation: buttonEffect 0.5s;
}

.navs button a:hover {
    color:rgb(169, 169, 169);
    font-family: "Garamond";
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px white;
    animation: buttonEffect 0.5s;
}

@keyframes buttonEffect {
    from {opacity: 0.5;}
    to {opacity: 1;}
}

.contents {
    width: 100%;
    height: 100%;
    display: flex;
}

.border1 {
    background: url(https://i.ibb.co/TDFfsF9F/Untitled353-20260616160613.png);
    background-position: 20%;
    height: stretch;
    width: 75px;
    float: left;
    border: 3px double gray;
    border-top: none;
}

.border2 {
    background: url(https://i.ibb.co/TDFfsF9F/Untitled353-20260616160613.png);
    background-position: 75%;
    height: stretch;
    width: 75px;
    float: right;
    border: 3px double gray;
    border-top: none;
}

.centercontent {
    background: url("https://file.garden/ZjyJNcS1nDDehThG/5023.png");
    height: 100%;
    width: 100%;
    padding: 15px;
}

.centercontentgallery {
    background: url("https://background-tiles.com/overview/mixed-colors/textures/large/5003.png");
    height: 100%;
    width: 100%;
    padding: 15px;
}

.start{
    display: flex;
    justify-content: center;
}

.intro {
    background: url("https://background-tiles.com/overview/green/textures/large/5019.png");
    width: 320px;
    height: fit-content;
    text-align: center;
    border: 3px double black;
    margin-right: 15px;
}

.imp {
    color: rgb(174, 0, 0);
    text-shadow: 1px 1px 1px red;
}

.introdec {
    background: url(https://i.ibb.co/TDFfsF9F/Untitled353-20260616160613.png);
    background-position-x: 50%;
    height: 35px;
    width: 100%;
}

.introtext {
    height: 200px;
    padding: 15px;
    border-top: 3px double black;
    border-bottom: 3px double black;
    text-align: justify;
}

.introdec2 {
    background: url(https://i.ibb.co/TDFfsF9F/Untitled353-20260616160613.png);
    background-position-x: 50%;
    height: 35px;
    width: 100%;
}

.changelog {
    background: url("https://background-tiles.com/overview/green/textures/large/5019.png");
    width: 320px;
    height: fit-content;
    text-align: center;
    border: 3px double black;
    margin-left: 15px;
}

.changelogtext {
    height: 200px;
    padding: 15px;
    border-top: 3px double black;
    border-bottom: 3px double black;
    overflow: auto;
}

.bottom {
    display: flex;
    justify-content: center;
    width: 100%;
}

.graphics {
    height: fit-content;
    width: 650px;
    background-color: black;
    border: 3px double gray;
    display: grid;
    gap: 5px;
    padding: 15px;
    place-items: center;
    margin-top: 15px;
}

h1 {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
}

.introbio {
    background: url("https://background-tiles.com/overview/green/textures/large/5019.png");
    width: 320px;
    height: fit-content;
    text-align: center;
    border: 3px double black;
    margin-right: 15px;
}

.introbiotext {
    height: 200px;
    padding: 15px;
    border-top: 3px double black;
    border-bottom: 3px double black;
    text-align: center;
    align-content: center;
}

.biostuff {
    background: url("https://background-tiles.com/overview/green/textures/large/5019.png");
    width: 320px;
    height: fit-content;
    text-align: center;
    border: 3px double black;
    margin-left: 15px;
}

.biostufftext {
    height: 200px;
    padding: 15px;
    border-top: 3px double black;
    border-bottom: 3px double black;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

button {
    background: url("https://background-tiles.com/overview/grey/textures/large/5019.png");
    padding: 5px;
    border: 3px double gray;
}

button a {
    color:#969340;
    font-family: "Garamond";
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px white;
}

button:hover {
    background: url("https://file.garden/ZjyJNcS1nDDehThG/5023.png");
    padding: 5px;
    border: 3px double white;
    animation: buttonEffect 0.5s;
}

button a:hover {
    color:rgb(169, 169, 169);
    font-family: "Garamond";
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px white;
    animation: buttonEffect 0.5s;
}

.biopagetext {
    height: fit-content;
    width: 650px;
    background-color: black;
    border: 3px double gray;
    padding: 15px;
    margin-top: 15px;
    text-align: justify;
    color:#969340;
    text-shadow: 1px 1px 1px rgb(80, 80, 80);
}

.biopagetextshort {
    height: fit-content;
    width: 650px;
    background-color: black;
    border: 3px double gray;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
    color:#969340;
    text-shadow: 1px 1px 1px rgb(80, 80, 80);
}

.harry {
    margin-top: 15px;
    width: 550px;
    height: 600px;
}

.book {
    width: 100%;
    height: 600px;
}

.longdog {
    width: 451.2px;
    height: 366.2px;
}

.galleryart {
    height: fit-content;
    width: 50%;
    padding: 5px;
    margin-top: 15px;
    display: grid;
    grid-column: auto;
    grid-row: auto;
    place-items: center;
    gap: 5px;
}

.galleryimg {
    min-width: 0;
    max-width: 100%;
    height: auto;
    border: 3px double black;
}