body {
    background: url(BG/pinkbluebrown.png);
}

.wrapper {
    display: flex;
    width: 1000px;
    height: 699px;
    margin: 50px auto;
    padding: 40px;
    position: relative;
    box-sizing: content-box;
    justify-content: center;
}

#layer1 {
    width: 1000px;
    z-index: -3;
}
#layer2 {
    z-index: -3;
}
#layer3 {
    z-index: 1;
}

.info-box {
    margin: 50px auto;
    padding: 13px;
    width: 400px;
    height: 464px;
    justify-content: center;
    text-align: center;
    align-self: center;
    position: absolute;
}
.bowdeco {
    background: url(Icon/ac52.png);
    background-repeat: no-repeat;
    width: 106px;
    height: 126px;
    bottom: 559px;
    left: 271px;
    color: rgba(245, 222, 179, 0);
    position: absolute;
    z-index: 1;
    transform: rotate(-24deg);
}
p {
    font-family: "Chewy", system-ui;
    color: #7d96c0;
    font-size: 13px;
    margin: 0.5em;
    text-align: center;
    line-height: 16px;
}
h1 {
    font-size: 20px;
    font-family: "Sunshiney", cursive;
    text-align: center;
}
a {
    color: #324059;
}
.updatebox {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 192px;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-thumb {
    background: #ffd6d6;
}

::-webkit-scrollbar-thumb:hover {
    background: #cb9292;
}

img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.box1 {
    height: fit-content;
    color: #7d96c0;
}
.box2 {
    height: auto;
    text-decoration-line: underline;
    color: #cb9292;
}
.box3 {
    height: 24px;
    width: 400px;
}
button {
    width: 100%;
    height: 30px;
}
h2 {
    font-family: hearts;
    font-size: 14px;
}
.decobutton {
    background-color: #fff2f2;
    border: dashed 1px #cb9292;
    color: #bf8989;
    font-family: "Cause", cursive;
    font-size: 18px;
    letter-spacing: 5px;
}
mark {
    background-color: aliceblue;
    color: #7d96c0;
    font-size: 15px;
}

#myDIV {
    width: 100%;
    padding: 0px 0;
    text-align: center;
    background-color: #fff9f9;
    margin-top: 0px;
    overflow-y: scroll;
    color: #7d96c0;
    font-family: "Cause", cursive;
    font-size: 14px;
    height: 100%;
}
.cause-uniquifier {
    font-family: "Cause", cursive;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}
@keyframes bounceAnimation {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}

.bounce {
    animation-name: bounceAnimation;
    animation-duration: 1.4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: both;
}

.chewy-regular {
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;
}
.sunshiney-regular {
    font-family: "Sunshiney", cursive;
    font-weight: 400;
    font-style: normal;
}
.leckerli-one-regular {
    font-family: "Leckerli One", cursive;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    src: url(https://dl.dropbox.com/s/1479f8x52y3z5u4/rainyhearts.ttf);
    font-family: hearts;
}
@font-face {
    src: url(https://dl.dropbox.com/s/mes7b666uvig5wc/Winkle-Regular.otf);
    font-family: winkle;
}
@font-face {
    src: url(https://dl.dropbox.com/s/dsfe2xnk0wpa5vr/Cookies.ttf);
    font-family: cookies;
}
#brownlace {
    border-width: 10px;
    border-style: solid;
    border-image: url(WebsiteArt/whiteheartsborder.png) 5 fill round;
}
@font-face {
    font-family: Nintendo-DS-BIOS;
    src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
}

#musicplayer {
    position: absolute;
    width: 25%;
    bottom: 74px;
    left: 174px;
}

.songtitle {
    font-family: Nintendo-DS-BIOS;
    font-size: 1em;
    color: #cb9292;
    -webkit-filter: drop-shadow(0px 0px 1px #cb9292);
}

.controls {
    font-size: 18px !important;
    text-align: center;
    width: 100%;
}

.controls td {
    padding: 0px 5px 0px 5px;
}

.seeking {
    display: flex;
    justify-content: space-evenly;
}

.current-time {
    padding-right: 5px;
    font-family: Nintendo-DS-BIOS;
    font-size: 1em;
    color: #cb9292;
}

.total-duration {
    padding-left: 5px;
    font-family: Nintendo-DS-BIOS;
    font-size: 1em;
    color: #cb9292;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    background-color: transparent;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: help;
    animate: 0.2s;
    background: #ffd2d2;
    border-radius: 1px;
}

input[type="range"]::-webkit-slider-thumb {
    border: 0px solid #cb9292;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ffd6d6;
    cursor: help;
    -webkit-appearance: none;
    margin-top: -4px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #ffd6d6;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: help;
    animate: 0.2s;
    background: #ffd6d6;
    border-radius: 1px;
}

input[type="range"]::-moz-range-thumb {
    border: 0px solid #cb9292;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ffd6d6;
    cursor: help;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: help;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    background: #ffd6d6;
    border-radius: 2px;
}

input[type="range"]::-ms-fill-upper {
    background: #ffd6d6;
    border-radius: 2px;
}

input[type="range"]::-ms-thumb {
    margin-top: 1px;
    border: 0px solid #bf8989;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ffd6d6;
    cursor: help;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #ffd6d6;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #ffd6d6;
}
