body {
    background-image: url(Images/clouds.jpg);
    margin: 40px;
}

body2 {
}

p {
    font-weight: 400;
    font-style: normal;
}

#mon {
    position: absolute;

    left: 1193px;
    top: 501px;

    z-index: 2;
}

#title {
    position: absolute;
    top: -5px;
    left: 430px;

    animation-name: toro;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes toro {
    50% {
        transform: scale(1.1, 1.1);
    }
}

#arrow {
    position: absolute;
    top: 757px;
    left: 1470px;

    z-index: 2;

    animation-name: moveLeftRight;
    animation-duration: 1s;
    animation: moveLeftRight 0.5s infinite alternate ease-in-out;
}
@keyframes moveLeftRight {
    0% {
        left: 1460;
    }
    100% {
        left: 1460px;
    }
}

.navi ul {
    max-height: 24px;

    font-family: "MS PGothic";
    font-size: 80%;
    line-height: 2px;

    cursor: url("Images/curse.png"), auto;
    list-style-type: none;

    background: linear-gradient(to bottom, #e3a5c7 1%, #694f8e 54%);

    border-style: solid;
    border-width: 1px;
    border-color: #000;

    position: absolute;
    left: 440px;
    top: 108px;

    padding-left: 1px;
    padding-right: 766px;
}

.navi a {
    cursor: url("Images/curse.png"), auto;
    color: white;
    text-decoration: none;
    padding: 11px;
    display: block;
    text-align: center;
}

.navi a:hover {
    cursor: url("Images/curse_c.png"), auto;
    background-color: #000;
}

.navi li {
    float: left;
}

#me {
    position: absolute;
    left: 440px;
    top: 151px;

    border-style: solid;
    border-top-style: none;
    border-color: #000;
    border-width: 1px;

    padding-bottom: 10px;
    width: 220px;
    height: 646px;

    background-color: #e3a5c7;
}

.warning {
    font-size: 80%;
    background-color: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-left: solid;
    border-right: solid;
    border-bottom: solid;
    border-width: 1px;
}
.close-btn {
    margin: 2px;
    float: right;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #721c24;
}

#label {
    font-size: 80%;
    padding-left: 10px;
    color: white;

    border-color: black;
    border-style: solid;
    border-width: 1px;

    background: linear-gradient(to bottom, #e3a5c7 1%, #694f8e 54%);
}

#explicit {
    position: absolute;
    left: 810px;
    top: 400px;
    width: 300px;

    font-family: "MS PGothic";
    font-size: 100%;
}

#center {
    position: absolute;
    left: 670px;
    top: 151px;

    height: 500px;
    width: 574px;
}

#music_box {
    position: absolute;
    left: 1250px;
    top: 151px;

    width: 220px;
    text-align: center;
}

.pfp {
    margin-top: 9px;
    margin-left: 9px;
    margin-right: 9px;

    border-style: solid;
    border-color: #000;
    border-width: 1px;

    height: 200px;
    width: 200px;

    object-fit: cover;
}

.pfp:hover{
    cursor: url("Images/curse_c.png"), auto;
}


#ruse {
    padding-top: 2px;
    padding-bottom: 1px;
    background-color: none;
    border-width: 1px;
}

#ruse :hover {
    padding-left: 2px;
    background-color: #694f8e;
    cursor: url("Images/curse_c.png"), auto;
}

.sides {
    padding-right: 5px;
    margin-left: 10px;
    float: left;
}

.sides2 {
    margin-top: 1px;
    margin-right: 5px;
    float: left;
}

.sides3 {
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 5px;
    float: left;
}

.sides4 {
    margin-right: 3px;
    float: left;
}

.sides5 {
    float: right;
}

#construction {
    position: absolute;
    left: 600px;
    top: 300px;

    width: 730px;
}

#roadwork {
    transition: transform 0.3s ease;
}

#roadwork:hover {
    animation: spinLoop 0.6s linear infinite;
    cursor: url("Images/curse_c.png"), auto;
}

@keyframes spinLoop {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.bdz {
    position: absolute;
    top: 610px;
    left: 100px;

    animation: walkCycle 20s linear infinite;
}
@keyframes walkCycle {
    0% {
        left: 600px;
        transform: scaleX(1);
    }
    49.999% {
        left: 1300px;
        transform: scaleX(1);
    }
    50% {
        left: 1300px;
        transform: scaleX(-1);
    }
    100% {
        left: 600px;
        transform: scaleX(-1);
    }
}

.navi2 ul {
}

.navi2 a {
    font-size: 75%;
    color: #000;

    text-decoration: none;
}

.navi4 a:visited {
    text-decoration: none;
}

.liz {
    font-size: 76%;
    margin: 2px;
    color: black;
    padding-bottom: 3px;
}

.liz:hover {
    background-color: #694f8e;
    cursor: url("Images/curse_c.png"), auto;
}

.lizno {
    font-size: 76%;
    padding-bottom: 3px;
    margin: 2px;
    color: black;
}

.lizno:hover {
    background-color: red;
    cursor: url("Images/curse_c.png"), auto;
}

#links {
    border-style: solid;
    border-top-style: none;
    border-color: #000;

    border-width: 1px;

    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;

    padding-bottom: 3px;

    font-family: "MS PGothic";
    color: #eee;

    list-style-type: none;
}

#Q {
    

    font-size: 89%;
    padding-left: 5px;
    line-height: 1px;
}

#A {
    
    font-size: 90%;
    
    line-height: 3px;
    padding-left: 5px;
    padding-bottom: 10px;
    margin-right: 10px;
}

mark{
    
    background-color: #694f8e;
    color: aliceblue
    
}

#willow {
    margin-left: 5px;
    border-left-style: solid;
    border-width: 1px;
    float: right;
}

#main {
    border-style: solid;

    border-top-style: none;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;

    height: 150px;

    font-family: "MS PGothic";
    font-size: 80%;

    text-align: left;

    line-height: 100%;

    padding-right: 0px;
    padding-left: 10px;

    margin-bottom: 10px;

    background-color: #e3a5c7;
    opacity: 70%;
}

#news {
    border-style: solid;

    border-top-style: none;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;

    font-family: "MS PGothic";
    font-size: 80%;

    height: 200px;

    text-align: left;

    padding-left: 10px;
    margin-bottom: 10px;

    background-color: #e3a5c7;
    opacity: 80%;

    overflow: scroll;
}

#feedstat {
    border-style: dashed;
    border-width: 1px;
    border-color: #000;
    padding-left: 8px;
}

#main2 {
    border-style: solid;
    border-top-style: none;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;

    font-family: "MS PGothic";
    font-size: 80%;

    height: 129px;

    text-align: left;

    padding-left: 5px;

    background-color: #e3a5c7;
    opacity: 80%;

    overflow: scroll;
}

#log {
    height: 170px;
    overflow: scroll;
}

#logdate {
    text-decoration: underline;
    font-size: 80%;
}

#logword {
    color: black;

    white-space: normal;

    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    margin-left: 3px;
}

#logw {
    font-size: 75%;
}

#tcon {
    margin-top: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.tbox {
    width: 64px;
    image-rendering: pixelated;
    transition: transform 0.2s ease;
}

.tbox:hover {
    transform: scale(1.07);
    cursor: url("Images/curse_c.png"), auto;
}

#main_bar {
    font-size: 60%;
    height: 15px;

    line-height: 1%;

    text-align: left;

    border-style: solid;
    border-width: 1px;

    border-color: #000;
    background: linear-gradient(to bottom, #e3a5c7 1%, #694f8e 54%);

    padding-left: 6px;
    padding-bottom: 3px;
}

#me_bar {
    font-size: 60%;
    height: 15px;

    line-height: 1%;

    text-align: left;

    border-style: solid;
    border-right-style: none;
    border-left-style: none;

    border-width: 1px;

    border-color: #000;
    background: linear-gradient(to bottom, #e3a5c7 1%, #694f8e 54%);

    padding-left: 6px;
    padding-bottom: 3px;
}

#player {
    list-style: none;
    font-family: "MS PGothic";
    font-size: 100%;
    text-decoration: none;

    background-color: rgb(241, 243, 244);

    border-style: solid;
    border-width: 1px;
}

.sleek {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    transition: opacity 0.1s ease-in-out;
}

.sleek:hover {
    animation: fadePulse 1s ease-in-out infinite;
    cursor: url("Images/curse_c.png"), auto;
}

@keyframes fadePulse {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

#scroller {
    margin-top: 8px;
}

#albumcon {
    margin-top: 4px;

    overflow: hidden;
    position: relative;
}

::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background: #694f8e;
}

::-webkit-scrollbar-thumb:hover {
    background: ##694f8e;
    cursor: url("Images/curse_c.png"), auto;
}

#tint {
    font-family: "MS PGothic";
    font-size: 110%;
    color: #eee;
}

#how1 {
    font-family: "MS PGothic";
    font-size: 80%;

    margin-left: 30px;
    margin-bottom: 1px;

    text-align: left;
    line-height: 100%;
}

#how2 {
    font-family: "MS PGothic";
    text-decoration: underline;

    margin-top: 30px;
    margin-left: 15px;

    text-align: left;
    line-height: 1%;

    padding-top: 1px;
}

#how3 {
    padding-left: 10px;

    font-family: "MS PGothic";
    text-align: left;
    font-size: 80%;
    line-height: 10%;
}

#how4 {
    margin-bottom: 10px;
    margin-top: 3px;

    font-family: "MS PGothic";
    text-align: left;
    font-size: 100%;
    line-height: 11px;
}

#how5 {
    margin-bottom: 1px;
    margin-top: 5px;

    padding-right: 5px;

    font-family: "MS PGothic";
    text-align: left;
    font-size: 100%;
    line-height: 12px;
}

#foot {
    position: absolute;
    top: 929px;
    left: 733px;

    font-size: 68%;
    color: yellow;
}

#ins {
    float: left;
    width: 594px;
    height: 500px;

    overflow: scroll;
    text-align: center;

    margin-top: 10px;
    margin-bottom: 150px;
    margin-left: 10px;

    scrollbar-color: #e3a5c7 #694f8e;

    background-color: #e3a5c7;
    opacity: 70%;
}

#warning {
    padding-left: 10px;
    padding-right: 10px;

    font-family: "MS PGothic";
    text-align: left;
    font-size: 80%;

    width: 400px;

    border-style: solid;
    border-width: 1px;

    border-color: #000;
    background-color: #e3a5c7;
}

#cult {
    padding-left: 15px;

    margin-bottom: 10px;

    border-style: solid;
    border-width: 1px;

    width: 100px;

    cursor: url("Images/curse.png"), auto;

    list-style-type: none;
    text-decoration: none;
}

#warning {
    position: absolute;
    left: 750px;
    top: 401px;

    padding-left: 10px;
    padding-right: 10px;

    font-family: "MS PGothic";
    text-align: left;
    font-size: 80%;

    width: 400px;

    border-style: solid;
    border-width: 1px;

    border-color: #000;
    background-color: #e3a5c7;
}

.navi3 li {
    font-family: "MS PGothic";
    font-size: 80%;
    line-height: 1px;

    width: 100px;

    cursor: url("Images/curse.png"), auto;
    list-style-type: none;

    background-color: #694f8e;

    border-style: solid;
    border-width: 1px;
    border-color: #000;

    margin-left: 145px;
    margin-bottom: 5px;
}

.navi3 a {
    cursor: url("Images/curse.png"), auto;
    color: white;
    text-decoration: none;
    padding: 11px;
    display: block;
    text-align: center;
}

.navi3 a:hover {
    cursor: url("Images/curse_c.png"), auto;
    background-color: #000;
}

span1 {
    color: red;
}

span2 {
    font-weight: bold;
}

span4 {
    color: red;
    text-decoration: line-through;
}

span5 {
    color: white;
}

span6 {
    text-decoration: underline;
}

#comform {
    position: absolute;
    top: 318px;
    left: 827px;
    width: 252px;
}

.navi4 li {
    font-family: "MS PGothic";
    font-size: 80%;
    line-height: 15px;

    cursor: url("Images/curse.png"), auto;
    list-style-type: none;

    background-color: #694f8e;

    border-style: solid;
    border-width: 1px;
    border-color: #000;
}

.navi4 a {
    cursor: url("Images/curse.png"), auto;
    color: white;
    text-decoration: none;
    padding: 11px;
    display: block;
    text-align: center;
}

.navi4 a:hover {
    cursor: url("Images/curse_c.png"), auto;
    background-color: #000;
}

#rendered {
    position: absolute;
    left: 440px;
    top: 151px;

    border-style: solid;
    border-width: 1px;
    border-color: #000;

    width: 650px;
    height: 330px;

    opacity: 86%;
    background-color: #e3a5c7;
}

#rendered2 {
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: #000;

    margin-top: 5px;
    margin-right: 12px;

    width: 250px;
    height: 137px;

    opacity: 88%;
    background-color: #e3a5c7;
}

#rendered3 {
    border-style: solid;
    border-width: 1px;
    border-color: #000;

    margin-top: 5px;

    width: 650px;
    height: 203px;

    background-color: #e3a5c7;
}

#sample {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;

    position: absolute;
    left: 440px;
    top: 484px;
}

#discs {
    position: absolute;
    top: 28px;
    left: 20px;

    width: 340px;

    padding: 5px;

    font-family: "MS PGothic";
    font-size: 80%;
    line-height: 15px;

    border-style: dashed;
    border-width: 1px;
}

#discs2 {
    position: absolute;
    top: 120px;
    left: 20px;

    width: 340px;

    padding: 5px;

    font-family: "MS PGothic";
    font-size: 80%;
    line-height: 15px;

    border-style: dashed;
    border-width: 1px;
}

#discs2a {
    float: left;
}

#discs3 {
    position: absolute;
    top: 212px;
    left: 20px;

    width: 340px;

    padding: 5px;

    font-family: "MS PGothic";
    font-size: 80%;
    line-height: 15px;

    float: left;
    border-style: dashed;
    border-width: 1px;
}

#discs4 {
    position: absolute;
    top: 265px;
    left: 20px;

    width: 340px;

    padding: 5px;

    font-family: "MS PGothic";
    font-size: 70%;
    line-height: 15px;

    float: left;
}

#discs5 {
    position: relative;
    top: 10px;
    left: 20px;

    width: 200px;

    margin: 2px;

    padding-bottom: 10px;

    font-family: "MS PGothic";
    font-size: 70%;

    float: left;
}

#addons {
    border-style: solid;
    border-width: 1px;
    border-color: black;

    position: absolute;

    left: 20px;
    top: 350px;

    width: 300px;

    background-color: #e3a5c7;
}

#adds {
    color: #000;
    padding-top: 5px;
    padding-left: 5px;

    font-family: "MS PGothic";
    font-size: 80%;

    height: 100px;

    overflow: scroll;
}

#flats {
    position: absolute;

    left: 840px;
    top: 523px;

    border-style: solid;
    border-width: 1px;
    border-color: #000;

    width: 250px;
    height: 273px;
    background-color: #e3a5c7;
}

#rentit {
    border-bottom-style: solid;
    border-width: 1px;

    line-height: 16px;
    padding-left: 5px;
    font-family: "MS PGothic";
    font-size: 70%;

    background: linear-gradient(to bottom, #e3a5c7 1%, #694f8e 54%);
}

#flatit {
    border-bottom-style: solid;
    border-width: 1px;

    line-height: 16px;
    padding-left: 5px;
    font-family: "MS PGothic";
    font-size: 70%;

    background: linear-gradient(to bottom, #e3a5c7 1%, #694f8e 54%);
}

#customs {
    font-family: "MS PGothic";
    font-size: 80%;

    border-style: dashed;
    border-width: 1px;

    text-align: center;

    width: 200px;

    padding: 5px;

    margin-left: 25px;
    margin-top: 20px;
}

#customs2 {
    font-family: "MS PGothic";
    font-size: 80%;

    border-style: dashed;
    border-width: 1px;

    text-align: center;

    width: 200px;

    padding: 5px;

    margin-left: 25px;
    margin-top: 10px;
}

#flanex {
    border-left-style: solid;
    border-width: 1px;

    float: right;
    height: 350px;
    width: 260px;

    overflow: scroll;
}

#comfo {
    width: 370px;
    height: 645px;
    background-color: #e3a5c7;
    border-style: solid;
    border-width: 1px;

    opacity: 80%;

    position: absolute;
    left: 1098px;
    top: 151px;
}

#dads {
    margin: 8px;

    border-color: #000;
    border-style: solid;
    border-width: 1px;

    height: 100px;
}

#dadsword {
    color: #000;
    padding-top: 5px;
    padding-left: 5px;

    font-family: "MS PGothic";
    font-size: 80%;
}

#instr {
    margin: 8px;

    border-color: #000;
    border-style: solid;
    border-width: 1px;

    height: 220px;
}

#instrword {
    font-family: "MS PGothic";
    font-size: 80%;

    padding-top: 5px;
    margin-left: 8px;
    border-color: #000;

    height: 205px;

    overflow: scroll;
}

#tos {
    margin: 8px;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    height: 271px;
}

#tosword {
    padding-top: 5px;
    margin-left: 8px;

    font-family: "MS PGothic";
    font-size: 80%;

    height: 256px;

    overflow: scroll;
}

#trash {
    border-style: solid;
    border-width: 1px;
    border-color: black;

    position: absolute;

    top: 700px;
    left: 440px;
}

#trash:hover {
    opacity: 70%;
}

#wipad {
    border-style: solid;
    border-width: 1px;
    border-color: black;

    position: absolute;

    top: 700px;
    left: 840px;
}

.gallery {
    position: absolute;
    flex-direction: row;
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px;
    width: 611px;
}

.gallery img {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    height: 150px;
    cursor: pointer;
    transition: transform 0.3s;
}

.gallery img:hover {
    border-style: dashed;
    transform: scale(1.05);
    cursor: url("Images/curse_c.png"), auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.modal-content {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    display: block;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.tooltip {
    font-family: "MS PGothic";
    font-size: 60%;
    position: absolute;
    background-color: snow;
    color: black;
    height: 6px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
    margin-left: 5px;
    padding: 5px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6fs ease;
    pointer-events: none;
}

.image-container img {
    width: 150px;
    margin: 10px;
}

.tooltip-target {
    cursor: pointer;
}
