.moon {
    position: absolute;
    height: 290px;
    width: 245px;
    top: -2px;
    left: 87.3%;
    z-index: -1;
}

body {
    margin: 0;
    padding: 0;
    background-image: url("Background.png");
    background-repeat: no-repeat;
    background-color: #3d3d3d;
}

main {
    margin-inline: 210px;
    min-height: 650px;
    align-items: center;
    position: relative;
}

.toptapeleft::before {
    background-image: url("Decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 70px;
    width: 100px;
    background-size: contain;
    top: 1px;
    left: 15%;
}

.toptaperight::before {
    background-image: url("Decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 70px;
    width: 100px;
    transform: scaleX(-1);
    background-size: contain;
    top: 1px;
    left: 78%;
}

header {
    background-image: url("Banner art.png");
    height: 100px;
    margin-inline: 210px;
    text-align: center;
    outline-style: solid;
    outline-color: #4f161b;
}

h1 {
    text-shadow: 6px 6px 6px #000000;
    padding-top: 18px;
    font-size: xxx-large;
    word-spacing: 20px;
    letter-spacing: 20px;
    color: #d5cece;
    text-align: center;
    font-family: "UnifrakturCook", cursive;
    font-weight: 700;
    font-style: normal;
}

.navbar ul {
    position: relative;
    outline: solid;
    outline-color: #4f161b;
    list-style: none;
    background-color: #320a0e;
    overflow: hidden;
    text-align: center;
    height: 40px;
    margin-inline: 210px;
}

.navbar a {
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-weight: 500;
    font-style: normal;
    text-align-last: center;
    padding: 5px 110px;
    text-align: center;
    display: block;
    font-size: x-large;
}

.navbar a:hover {
    background-color: #4f161b;
}

.navbar li {
    display: inline-block;
}

.lefttape::before {
    z-index: 1;
    background-image: url("Decor/Blackbird%20washi%20tape.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 35px;
    width: 100px;
    background-size: contain;
    top: -10px;
    left: 6%;
}

.left {
    text-align: center;
    min-height: 650px;
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-weight: 500;
    font-style: normal;
    outline: solid;
    outline-color: #4f161b;
    background-color: #320a0e;
    width: 19%;
    float: left;
    position: relative;
}

.pixelme {
    background-image: url("Decor/pixel%20portrait%20d.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    margin-top: -9px;
    margin-inline: 65px;
    margin-bottom: -12px;
    height: 120px;
    width: 140px;
    outline: solid #d5cece;
    background-size: contain;
    background-color: #4f161b;
}

.left h2 {
    text-shadow: 2px 1px 1px #000000;
    background-color: #4f161b;
    outline: solid;
    outline-color: #d5cece;
    margin-top: 22px;
}

.left p {
    margin-inline: 5px;
    color: #d5cece;
    text-align: left;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
}

.left u {
    color: #e586a3;
}

.row {
    clear: both;
}

.column {
    width: 50%;
    float: left;
}

.row .column h2 {
    margin-top: -5px;
    font-size: large;
    margin-bottom: -13px;
}

.left ul {
    color: #d5cece;
    text-align: left;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
    margin-left: -20px;
}

.left hr {
    margin-bottom: -20px;
}

.left .trinkets {
    margin-top: 200px;
}

.left .trinkets ul {
    margin-top: -15px;
}

.left .trinkets li {
    color: #d5cece;
    text-decoration: none;
}

.righttape::before {
    z-index: 1;
    background-image: url("Decor/Blackbird washi tape.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 35px;
    width: 100px;
    background-size: contain;
    top: -10px;
    left: 88%;
}

.right {
    text-align: center;
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-weight: 500;
    font-style: normal;
    outline: solid;
    outline-color: #4f161b;
    background-color: #320a0e;
    width: 19%;
    float: left;
    min-height: 650px;
    position: relative;
    bottom: 215px;
    left: 45px;
}

.right h2 {
    text-shadow: 2px 1px 1px #000000;
    background-color: #4f161b;
    outline: solid;
    outline-color: #d5cece;
    margin-top: 22px;
}

.neighbors {
    overflow-x: scroll;
}

.neighbors::-webkit-scrollbar {
    height: 10px;
    background-color: rgba(82, 82, 82, 0.54);
}

.neighbors::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
}

.neighborbuttons {
    padding-right: 20px;
    display: flex;
}

.right p {
    color: #d5cece;
    text-align: left;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
    margin: 5px;
}

/* unvisited link */
a:link {
    color: #d5cece;
}

/* visited link */
a:visited {
    color: #d5cece;
}

.introtape::before {
    z-index: 1;
    background-image: url("Decor/Crow%20washi%20tape.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 115px;
    width: 35px;
    transform: rotate(90deg);
    background-size: contain;
    top: -50px;
    left: 45%;
}

.intro {
    text-align: center;
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-weight: 500;
    font-style: normal;
    outline: solid;
    outline-color: #4f161b;
    background-color: #320a0e;
    width: 59%;
    float: left;
    min-height: 215px;
    position: relative;
    left: 20px;
}

.intro h2 {
    text-shadow: 2px 1px 1px #000000;
    background-color: #4f161b;
    outline: solid;
    outline-color: #d5cece;
}

.intro p {
    font-size: 20px;
    margin-inline: 5px;
    color: #d5cece;
    text-align: left;
    font-family: "Balthazar", serif;
    font-weight: 400;
    font-style: normal;
}

.mybutton {
    margin-bottom: -15px;
}

.blogtapeleft {
    background-image: url("Decor/Bat sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 80px;
    width: 100px;
    z-index: 1;
    background-size: contain;
    top: 200px;
    left: 19%;
}

.blogtaperight {
    background-image: url("Decor/bat sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 80px;
    width: 100px;
    transform: scaleX(-1);
    z-index: 1;
    background-size: contain;
    top: 200px;
    left: 74%;
}

.updates {
    text-align: center;
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-weight: 500;
    font-style: normal;
    outline: solid;
    outline-color: #4f161b;
    background-color: #320a0e;
    width: 59%;
    float: left;
    min-height: 415px;
    position: relative;
    left: 20px;
    top: 20px;
}

.updates h2 {
    text-shadow: 2px 1px 1px #000000;
    background-color: #4f161b;
    outline: solid;
    outline-color: #d5cece;
}

.changelog {
    text-align: left;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
    margin-top: -17px;
    overflow-y: scroll;
    height: 115px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.changelog::-webkit-scrollbar {
    background-color: rgba(82, 82, 82, 0.54);
}

.changelog::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
}

.blog {
    margin-top: -17px;
    overflow-y: scroll;
    max-height: 360px;
}

.blog::-webkit-scrollbar {
    background-color: rgba(82, 82, 82, 0.54);
}

.blog::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
}

.blog p {
    color: #d5cece;
    text-align: left;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
    margin-inline: 10px;
}

.date {
    text-align-last: left;
    text-decoration-line: underline;
    font-size: large;
    margin-inline: 5px;
}

.blog img {
    max-height: 300px;
    outline: solid;
    outline-color: #d5cece;
}

footer {
    background-color: #320a0e;
    outline: solid;
    outline-color: #4f161b;
    height: 20px;
    margin-inline: 210px;
}

footer p {
    color: #d5cece;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
}